Commit Graph

15 Commits

Author SHA1 Message Date
Haoqun Jiang
266090da2a fix: lock @vue/test-utils version as it's still in beta and may introduce breaking changes 2019-02-25 00:39:55 +08:00
Evan You
6bdf7040d4 chore: remove unnecessary rules for unit test eslint config 2018-08-18 15:44:33 -04:00
Evan You
b62c6ba7f2 fix: ensure unit test examples work in projects created with --bare
close #2262
2018-08-18 15:41:44 -04:00
Evan You
252dd3d9e1 fix: improve jest/mocha add compat with typescript 2018-07-28 23:07:41 -04:00
Evan You
ba43900657 refactor: add invoking flag for generators, fix eslint + ts
close #1972
2018-07-28 15:53:24 -04:00
Guillaume Chau
96778b2caf chore: update main deps (#1772)
* chore: update main deps

* chore: update ts types

* chore: update generator deps versions

* fix: ts-jest

* chore: upgrade ts-jest again

* fix: re-generated yarn.lock

* chore: more upgrades

* fix: jest test matching on Windows
2018-07-08 13:56:10 +02:00
Evan You
e5d7893587 test: bump test-utils version 2018-05-11 13:00:26 -04:00
arszp10
5c54df799a fix: rename test-utils shallow to shallowMount (#1269) 2018-05-11 12:39:06 -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
9cfafea328 refactor(cli): default to .js for eslintrc and postcssrc
close #994
2018-04-27 12:45:45 -04: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
d391e4741e fix: eslint + airbnb compat with TypeScript 2018-02-16 11:38:39 +01: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
132b0db8e4 feat: wip invoke command 2018-01-14 19:11:26 -05:00
Evan You
e773479272 WIP: TS compat with other plugins 2018-01-11 00:37:21 -05:00