We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba54c55 commit f458deaCopy full SHA for f458dea
package.json
@@ -30,7 +30,7 @@
30
"lint": "eslint src test",
31
"test": "npm run lint && npm run test:types && npm run test:unit && npm run test:ssr && npm run test:e2e && npm run test:esm",
32
"test:unit": "jest --testPathIgnorePatterns test/e2e",
33
- "test:e2e": "start-server-and-test dev http://localhost:8080 'jest --testPathIgnorePatterns test/unit'",
+ "test:e2e": "start-server-and-test dev http://localhost:8080 \"jest --testPathIgnorePatterns test/unit\"",
34
"test:ssr": "cross-env VUE_ENV=server jest --testPathIgnorePatterns test/e2e",
35
"test:types": "tsc -p types/test",
36
"test:esm": "node test/esm/esm-test.js",
0 commit comments