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

Commit e63c532

Browse files
vasco-santosAlan Shaw
authored andcommitted
chore: test script running browser and node tests (#38)
1 parent 1c691e8 commit e63c532

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",
20+
"test": "cross-env IPFS_REUSEPORT=false aegir test",
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)