We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d68591 commit 0553d4aCopy full SHA for 0553d4a
package.json
@@ -21,7 +21,8 @@
21
"release:note": "node build/gen-release-note.js",
22
"test": "npm run lint && ./test.sh",
23
"unit": "./test.sh",
24
- "unit:run": "jest test --no-cache --runInBand --coverage --coverageDirectory test/coverage"
+ "unit:run": "jest test --no-cache --runInBand --coverage --coverageDirectory test/coverage",
25
+ "preinstall": "echo jest-vue has been renamed to vue-jest. Please install vue-jest for the latest version"
26
},
27
"author": "Edd Yerburgh",
28
"license": "MIT",
0 commit comments