Skip to content

Commit

Permalink
Fix tests on Windows (MoOx#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx authored Sep 5, 2016
1 parent 90d38ff commit 77fba67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"#lint": "even if there is a .eslintignore symlink, we use an explicit command because windows don't like unix symlink",
"lint": "eslint --ignore-path .gitignore .",
"#tape": "to avoid really slow tests, we run babel once & run tests on the result",
"tape": "tape 'lib/__tests__/*.js'",
"tape": "tape \"lib/__tests__/*.js\"",
"test": "npm run lint && npm run babelify && npm run tape",
"docs-build": "babel-node docs/scripts/build",
"predocs-start": "npm run prepublish",
Expand Down

0 comments on commit 77fba67

Please sign in to comment.