Skip to content

Commit c83d4a7

Browse files
committed
test: make tests independent without require global set up steps: applied to the remaining tests
1 parent 922ad23 commit c83d4a7

File tree

4 files changed

+180
-185
lines changed

4 files changed

+180
-185
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",
55
"main": "src/index.js",
66
"browser": {
7-
"./test/utils/libp2p-bundle": false
7+
"./test/utils/libp2p-bundle": false,
8+
"./test/utils/create-temp-repo-nodejs.js": "./test/utils/create-temp-repo-browser.js"
89
},
910
"scripts": {
1011
"test": "aegir-test --dom",

0 commit comments

Comments
 (0)