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 e35b55d commit 426717cCopy full SHA for 426717c
package.json
@@ -29,7 +29,7 @@
29
"lint": "eslint src test",
30
"test": "npm run lint && npm run build && npm run test:types && npm run test:unit && npm run test:ssr && npm run test:e2e && npm run test:esm",
31
"test:unit": "jest --testPathIgnorePatterns test/e2e",
32
- "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\"",
33
"test:ssr": "cross-env VUE_ENV=server jest --testPathIgnorePatterns test/e2e",
34
"test:types": "tsc -p types/test",
35
"test:esm": "node test/esm/esm-test.js",
0 commit comments