Commit Graph

28 Commits

Author SHA1 Message Date
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
Evan You 7d65353661 fix(jest): fix jest tests due to jsdom 11.12.0
close #1960
2018-07-27 09:21:17 -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
Darko Demić 47794ae904 fix(unit:jest): issue with Jest configuration regex not matching template. (#1756) 2018-07-04 18:43:36 +02:00
Evan You 65d5d36d39 fix: transform es modules syntax for Jest when not using Babel
close #1524
2018-06-08 18:41:14 -04:00
Evan You 7e38f98ec8 feat: upgrade jest to 23.1.0
BREAKING CHANGE: jest is upgraded to 23.1.0 with minor breaking changes
but should not affect normal test cases
2018-06-01 12:42:24 -04:00
Evan You a91d022d42 fix: should not inject babel-core shim if babel plugin is not used
close #1424
2018-06-01 12:41:23 -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
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
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 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
ziga 6ae22fa09e chore: remove map coverage. (#866)
Bacause it's deprecated.
2018-02-22 13:55:25 -05:00
Evan You d391e4741e fix: eslint + airbnb compat with TypeScript 2018-02-16 11:38:39 +01:00
Evan You d7c6af713c fix: force babel-core version when using ts + babel 2018-01-25 15:28:42 -05:00
Evan You ea2648e62b feat: make jest plugin work with TypeScript 2018-01-15 15:16:08 -05:00
Evan You bb5d968e09 feat: WIP jest plugin 2018-01-15 13:53:41 -05:00
Evan You 132b0db8e4 feat: wip invoke command 2018-01-14 19:11:26 -05:00
Evan You cc35923452 Revert "move all deps to dependencies instead of devDependencies"
This reverts commit be4bf6fd7d.
2018-01-10 14:50:39 -05:00
Evan You 72b44f5bd1 chore: vue-test-utils -> @vue/test-utils 2018-01-10 11:41:47 -05:00
Evan You be4bf6fd7d move all deps to dependencies instead of devDependencies 2018-01-10 11:18:30 -05:00
Evan You 8f84396337 wip: lint 2017-12-31 19:54:50 -05:00
Evan You 89d19322e7 babel preset 2017-12-30 18:40:55 -05:00
Evan You 5d661f4b32 rename render method + template dir 2017-12-29 16:42:21 -05:00
Evan You 79cfab8edb refactor: adjust generation strategy 2017-12-28 22:10:32 -05:00