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

Commit b575bec

Browse files
committedJan 25, 2016
skip browser for now
1 parent 57f309a commit b575bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"lint": "standard",
1111
"coverage": "istanbul cover --print both -- _mocha tests/test-*/index.js",
12-
"test": "npm run test:node && npm run test:browser",
12+
"test": "npm run test:node",
1313
"test:node": "mocha tests/test-*/index.js",
1414
"test:browser": "karma start karma.conf.js",
1515
"test:core": "mocha tests/test-core/index.js",

0 commit comments

Comments
 (0)