Commit Graph

72 Commits

Author SHA1 Message Date
test
48d7e00e9a fix: fix babel.config.js compat in vue-jest 2018-05-17 17:52:01 -04:00
Evan You
55159991db chore: bump deps 2018-05-11 17:59:16 -04:00
Evan You
e5d7893587 test: bump test-utils version 2018-05-11 13:00:26 -04:00
Tim Miller-Williams
05fc6ec47a docs: correct vue add command in readme (#1266) 2018-05-11 12:40:02 -04:00
arszp10
5c54df799a fix: rename test-utils shallow to shallowMount (#1269) 2018-05-11 12:39:06 -04:00
Evan You
0fd2bb23fe v3.0.0-beta.10 2018-05-11 00:02:58 -04:00
Evan You
2dcdeddde4 feat: upgrade to webpack 4
BREAKING CHANGE: Upgrade wepback 4, all webpack option
modifications must be webpcak 4 compatible. Drop support
for webpack plugins that do not work with v4 or above.
2018-05-08 16:55:13 -04:00
Evan You
aa07942638 chore: backwards compatible warnings for test commands rename 2018-05-03 14:39:31 -04:00
Evan You
69ebd800a2 refactor: rename test commands
BREAKING CHANGE: `cli-plugin-unit-jest` and `cli-plugin-unit-mocha` now register
"test:unit" command and script instead of "test"; `cli-plugin-e2e-cypress` now
register "test:e2e" with optional `--headless` flag instead of "e2e" and
"e2e:open"; `cli-plugin-e2e-nightwatch` now register "test:e2e" instead of "e2e".

close #876, close #878
2018-05-01 18:15:25 -04:00
Evan You
d595adacf4 refactor: adjust mode loading order
BREAKING CHANGE: PluginAPI.setMode() has been removed. Instead, for a plugin to
sepcify the default mode for a registered command, the plugins should expose
`module.exports.defaultModes` in the form of `{ [commandName]: mode }`.

close #959
2018-05-01 17:14:33 -04:00
Evan You
6b865dbc85 refactor: require Node 8
BREAKING CHANGE: @vue/cli-service and all plugins now require Node version 8+.
2018-04-30 18:35:36 -04:00
Evan You
acc7b8ae6f v3.0.0-beta.9 2018-04-27 22:35:57 -04:00
Evan You
0c493f86a2 v3.0.0-beta.8 2018-04-27 19:40:59 -04:00
keng0o
be3bede772 fix(unit-jest): handle static asset imports (#1180) 2018-04-27 14:04:02 -04:00
Evan You
9cfafea328 refactor(cli): default to .js for eslintrc and postcssrc
close #994
2018-04-27 12:45:45 -04:00
Derek Henscheid
cac18f231e fix: allow user to define testMatch in package.json (#1069)
close #1067
2018-04-25 17:50:41 -04:00
Evan You
9842b149f0 v3.0.0-beta.7 2018-04-25 10:58:49 -04:00
Evan You
c9d7feffa1 chore: upgrade deps 2018-04-25 10:48:46 -04:00
Evan You
1cae990520 v3.0.0-beta.6 2018-03-06 15:30:41 -05:00
Evan You
3894308af7 chore: bump deps 2018-03-06 11:52:48 -05:00
Evan You
c8750c62d5 v3.0.0-beta.5 2018-03-05 18:01:13 -05:00
Evan You
3683b94ccc v3.0.0-beta.4 2018-03-05 14:42:38 -05:00
Evan You
28e3284895 v3.0.0-beta.3 2018-03-02 22:28:28 -05:00
Evan You
626eb36889 v3.0.0-beta.2 2018-02-28 18:45:28 -05:00
Evan You
64b4515731 refactor: change default test directory name to "tests"
BREAKING CHANGE: all tests are now located in "tests" instead of "test"
close #877
2018-02-28 18:07:06 -05:00
Evan You
6e4870c6a1 chore: bump deps & fix tests 2018-02-28 17:08:12 -05:00
ziga
6ae22fa09e chore: remove map coverage. (#866)
Bacause it's deprecated.
2018-02-22 13:55:25 -05:00
Evan You
17cd664452 v3.0.0-beta.1 2018-02-16 11:50:10 +01:00
Evan You
d391e4741e fix: eslint + airbnb compat with TypeScript 2018-02-16 11:38:39 +01:00
Evan You
82d71ebe31 v3.0.0-alpha.13 2018-02-13 13:27:35 -05:00
Evan You
194172b78f v3.0.0-alpha.12 2018-02-12 17:11:29 -05:00
Evan You
07f924b37c v3.0.0-alpha.11 2018-02-09 13:24:44 -05:00
Evan You
a660ac8538 v3.0.0-alpha.10 2018-02-08 17:38:09 -05:00
Evan You
dd6cd856e2 docs: readme for plugins 2018-02-08 17:25:43 -05:00
Evan You
84051b5ccc v3.0.0-alpha.9 2018-02-06 17:50:13 -05:00
Kévin Dunglas
1902d9c41c chore: fix the name of the tested file (#775)
* Jest template: fix the name of the tested file (Hello.vue instead of HelloWorld.vue)

* Jest template: fix the name of the tested file
2018-02-06 13:40:53 -05:00
Evan You
6dc0533360 v3.0.0-alpha.8 2018-02-04 10:56:18 -05:00
Evan You
2c61d236d7 fix: fix jest test match
fix #771
2018-02-03 14:21:57 -05:00
Evan You
5cdc07cd21 v3.0.0-alpha.7 2018-02-02 17:41:19 -05:00
Evan You
46902fc1e5 v3.0.0-alpha.6 2018-02-02 03:51:44 -05:00
Evan You
c18bc94c47 v3.0.0-alpha.5 2018-01-29 12:29:17 -05:00
Evan You
4a7fd642e9 fix: jest should only run files in given directory
fix #740
2018-01-27 21:27:24 -05:00
Evan You
5b74061352 v3.0.0-alpha.4 2018-01-26 18:34:02 -05:00
Evan You
13ba4fda80 chore: update vue-jest 2018-01-26 16:28:32 -05:00
Evan You
2d6a0d9752 fix: temp pinning vue-jest to github branch 2018-01-26 16:12:15 -05:00
Evan You
3e39b9afee v3.0.0-alpha.3 2018-01-25 22:45:17 -05:00
Evan You
d7c6af713c fix: force babel-core version when using ts + babel 2018-01-25 15:28:42 -05:00
Evan You
ff88afee0a v3.0.0-alpha.2 2018-01-25 12:24:01 -05:00
Evan You
09ef536ff6 chore: bump deps 2018-01-25 00:07:12 -05:00
Evan You
6e29daa8fd chore: cleanup comments 2018-01-15 20:21:33 -05:00