8000 feat (test): Update jest package and move the test directory to a mor… · wenguang/nativescript-vue@04cf7b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04cf7b1

Browse files
committed
feat (test): Update jest package and move the test directory to a more visible place
1 parent 867e5f8 commit 04cf7b1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
"cz-conventional-changelog": "^2.1.0",
8282
"husky": "^0.15.0-rc.3",
8383
"inquirer": "^5.0.1",
84-
"jest": "^23.6.0",
85-
"jest-junit": "^3.5.0",
84+
"jest": "^24.7.1",
85+
"jest-junit": "^6.3.0",
8686
"lint-staged": "^6.1.0",
8787
"prettier": "^1.10.2",
8888
"rollup": "^0.62.0",
@@ -116,7 +116,8 @@
116116
"<rootDir>/samples"
117117
],
118118
"collectCoverage": true,
119-
"testURL": "http://localhost"
119+
"testURL": "http://localhost",
120+
"testDirectoryName": "tests"
120121
},
121122
"prettier": {
122123
"semi": false,

0 commit comments

Comments
 (0)
0