Skip to content

Commit eb0a210

Browse files
authored
refactor: rename multidim interop test script (#2162)
1 parent 8297aa8 commit eb0a210

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interop/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"start": "node index.js",
4848
"build": "aegir build",
4949
"lint": "aegir lint",
50-
"test:interop:multidim": "aegir test"
50+
"test:interop:multidim": "aegir test",
51+
"test:transport:interop": "aegir test"
5152
},
5253
"dependencies": {
5354
"@chainsafe/libp2p-noise": "^13.0.0",

0 commit comments

Comments
 (0)