Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit ff04d13

Browse files
committed
test: do not run tests in browser until they exist
1 parent 972b3ef commit ff04d13

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
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"lint": "aegir lint",
20-
"test": "cross-env IPFS_REUSEPORT=false aegir test -t node -t browser --no-cors",
20+
"test": "cross-env IPFS_REUSEPORT=false aegir test -t node",
2121
"test:node": "cross-env IPFS_REUSEPORT=false aegir test -t node -f test/node.js",
2222
"test:browser": "cross-env IPFS_REUSEPORT=false aegir test -t browser --no-cors -f test/browser.js"
2323
},

0 commit comments

Comments
 (0)