We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62594cb commit a33f5beCopy full SHA for a33f5be
package.json
@@ -2,17 +2,23 @@
2
"name": "vue-school-test-utils-base",
3
"version": "1.0.0",
4
"main": "index.js",
5
+ "scripts": {
6
+ "test": "jest"
7
+ },
8
"repository": "https://github.com/codebryo/vue-school-test-utils-base.git",
9
"author": "Roman Kuba <[email protected]>",
10
"license": "MIT",
11
"dependencies": {
12
"@babel/core": "^7.3.4",
13
"@babel/preset-env": "^7.3.4",
14
+ "@vue/test-utils": "^1.1.4",
15
"babel-core": "^7.0.0-bridge.0",
16
"babel-jest": "^24.5.0",
17
"jest": "^24.5.0",
18
"jest-serializer-vue": "^2.0.2",
19
"vue": "^2.6.9",
20
+ "vue-jest": "^3.0.7",
21
+ "vue-template-compiler": "^2.6.12",
22
"vuex": "^3.1.1"
23
}
24
0 commit comments