Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 77fba67

Browse files
authored
Fix tests on Windows (#310)
1 parent 90d38ff commit 77fba67

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
@@ -113,7 +113,7 @@
113113
"#lint": "even if there is a .eslintignore symlink, we use an explicit command because windows don't like unix symlink",
114114
"lint": "eslint --ignore-path .gitignore .",
115115
"#tape": "to avoid really slow tests, we run babel once & run tests on the result",
116-
"tape": "tape 'lib/__tests__/*.js'",
116+
"tape": "tape \"lib/__tests__/*.js\"",
117117
"test": "npm run lint && npm run babelify && npm run tape",
118118
"docs-build": "babel-node docs/scripts/build",
119119
"predocs-start": "npm run prepublish",

0 commit comments

Comments
 (0)