Skip to content

Tags: grasp-gg/vue-jest

Tags

v27.0.0-alpha.4

chore: publish 27.0.0-rc.4

v26.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: publish 26.x, change package name to vue/vue2-jest and vue2/vu…

…e3-jest (vuejs#421)

* chore: publish 26.0.1

* chore: bump package names

v27.0.0-alpha.3

publish: v27.0.0-alpha.3

v27.0.0-alpha.1

chore: update yarn.lock

v27.0.0-alpha.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support jest v27 in vue3-jest (vuejs#343)

* test: add typescript e2e test without babel

Adds a test close to the setup used by the CLI in a TS project without Babel.

The existing TS test was moved to `typescript-with-babel`.
The new test is a copy of the older one, with all babel dependencies removed, a rewritten component using the Composition API, a test in TS, a TS config close to the CLI one, and a shim file.

* feat: support jest v27 in vue3-jest

And also babel-jest and ts-jest v27, for Vue 3.

* feat: use TS config to have commonjs modules

The previous logic was trying to figure out if CommonJS modules were used in the TS config and if not,
and if no babel configuration provided, then loaded a babel transformer to change the module format.

This changes the logic to use a more straightforward method by directly updating the tsconfig to commonjs,
which should hopefully have the same results without side-effects.

5.0.0-alpha.10

chore: publish alpha 10

v5.0.0-alpha.9

publish: 5.0.0-alpha.9

v4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vuejs#320 from catrope/typo-namepsace

Fix typo in processor example

v4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vuejs#311 from vuejs/dependabot/npm_and_yarn/ini-1…

….3.7

chore(deps): bump ini from 1.3.5 to 1.3.7

v5.0.0-alpha.8

chore: 5.0.0-alpha.8