Skip to content

Commit

Permalink
allow tests to be run on windows (vuejs#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
queckezz authored and yyx990803 committed May 8, 2016
1 parent 4f6b894 commit 26985d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"test": "npm run lint && npm run e2e",
"lint": "eslint test/test.js lib bin/* --env mocha",
"e2e": "rimraf test/e2e/mock-template-build/*.* && BABEL_ENV=development mocha test/e2e/test.js --slow 1000 --compilers js:babel-core/register"
"e2e": "rimraf test/e2e/mock-template-build/*.* && cross-env BABEL_ENV=development mocha test/e2e/test.js --slow 1000 --compilers js:babel-core/register"
},
"dependencies": {
"async": "^2.0.0-rc.2",
Expand All @@ -50,6 +50,7 @@
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"chai": "^3.5.0",
"cross-env": "^1.0.7",
"eslint": "^2.7.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
Expand Down

0 comments on commit 26985d6

Please sign in to comment.