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

Commit f3d5db1

Browse files
committed
chore: refactored interop tests
1 parent 2981d6a commit f3d5db1

File tree

3 files changed

+382
-355
lines changed

3 files changed

+382
-355
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"bs58": "^4.0.1",
4343
"buffer-loader": "~0.1.0",
4444
"chai": "^4.2.0",
45-
"chai-bytes": "^0.1.1",
45+
"chai-bytes": "~0.1.1",
4646
"cids": "~0.7.1",
4747
"cross-env": "^5.2.0",
4848
"detect-node": "^2.0.4",

test/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// require('./exchange-files')
55
// require('./pubsub')
6-
require('./kad-dht')
6+
// require('./kad-dht')
77
require('./circuit')
88
// require('./repo')
99
require('./files')

0 commit comments

Comments
 (0)