Skip to content

Commit 426717c

Browse files
committed
build: fix e2e test failing in windows (#1909)
1 parent e35b55d commit 426717c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint": "eslint src test",
3030
"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",
3131
"test:unit": "jest --testPathIgnorePatterns test/e2e",
32-
"test:e2e": "start-server-and-test dev http://localhost:8080 'jest --testPathIgnorePatterns test/unit'",
32+
"test:e2e": "start-server-and-test dev http://localhost:8080 \"jest --testPathIgnorePatterns test/unit\"",
3333
"test:ssr": "cross-env VUE_ENV=server jest --testPathIgnorePatterns test/e2e",
3434
"test:types": "tsc -p types/test",
3535
"test:esm": "node test/esm/esm-test.js",

0 commit comments

Comments
 (0)