Skip to content

Commit

Permalink
refactor: rename multidim interop test script (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad authored Nov 1, 2023
1 parent 8297aa8 commit eb0a210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"start": "node index.js",
"build": "aegir build",
"lint": "aegir lint",
"test:interop:multidim": "aegir test"
"test:interop:multidim": "aegir test",
"test:transport:interop": "aegir test"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
Expand Down

0 comments on commit eb0a210

Please sign in to comment.