Skip to content

Commit 703ef76

Browse files
author
yuangongji
authored
chore: Test failed on Windows (vuejs#491)
1 parent b7c4e76 commit 703ef76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint:fix": "yarn lint --write",
2424
"test": "yarn test:ts && yarn test:babel && yarn test:dts",
2525
"test:ts": "jest",
26-
"test:babel": "BABEL_TEST=1 jest",
26+
"test:babel": "cross-env BABEL_TEST=1 jest",
2727
"test:dts": "tsc -p ./test-dts",
2828
"docs:dev": "vuepress dev docs",
2929
"docs:build": "vuepress build docs",
@@ -62,6 +62,7 @@
6262
"babel-jest": "^26.3.0",
6363
"babel-loader": "^8.1.0",
6464
"conventional-changelog-cli": "^2.1.0",
65+
"cross-env": "^7.0.3",
6566
"css-loader": "^4.2.1",
6667
"jest": "^26.4.2",
6768
"prettier": "^2.0.5",

0 commit comments

Comments
 (0)