Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit f633886

Browse files
committed
chore: add missing test script
1 parent 91196a0 commit f633886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"test:node:interface": "aegir test -t node -f test/core/interface.spec.js",
5050
"test:bootstrapers": "IPFS_TEST=bootstrapers aegir test -t browser -f test/bootstrapers.js",
5151
"test:interop": "IPFS_JS_EXEC=$PWD/src/cli/bin.js ipfs-interop",
52+
"test:external": "aegir test-external",
5253
"coverage": "nyc --reporter=text --reporter=lcov npm run test:node",
5354
"benchmark": "echo \"Error: no benchmarks yet\" && exit 1",
5455
"benchmark:node": "echo \"Error: no benchmarks yet\" && exit 1",

0 commit comments

Comments
 (0)