Skip to content

Commit f458dea

Browse files
author
Alan Wang
authored
build: fix e2e test failing in windows (#1909) (#1910)
fix #1909
1 parent ba54c55 commit f458dea

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
@@ -30,7 +30,7 @@
3030
"lint": "eslint src test",
3131
"test": "npm run lint && npm run test:types && npm run test:unit && npm run test:ssr && npm run test:e2e && npm run test:esm",
3232
"test:unit": "jest --testPathIgnorePatterns test/e2e",
33-
"test:e2e": "start-server-and-test dev http://localhost:8080 'jest --testPathIgnorePatterns test/unit'",
33+
"test:e2e": "start-server-and-test dev http://localhost:8080 \"jest --testPathIgnorePatterns test/unit\"",
3434
"test:ssr": "cross-env VUE_ENV=server jest --testPathIgnorePatterns test/e2e",
3535
"test:types": "tsc -p types/test",
3636
"test:esm": "node test/esm/esm-test.js",

0 commit comments

Comments
 (0)