Skip to content

Commit 6d448f8

Browse files
committed
chore: Run ci tests.
1 parent ca96d2e commit 6d448f8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"lint": "standard --env=mocha",
99
"lint:fix": "standard --fix",
1010
"test": "mocha --config test/.mocharc.json",
11+
"test:ci": "c8 mocha --config test/.mocharc.json",
1112
"test:browser": "npm run build:tests && ./node_modules/.bin/playwright-test test/browser/bundle.js --runner mocha",
1213
"build:tests": "rm -f test/browser/bundle.js* && webpack --config ./conf/webpack.tests.config.js",
1314
"webrtc": "node ./test/utils/relay.js"
@@ -42,6 +43,7 @@
4243
"@multiformats/multiaddr-matcher": "^1.7.2",
4344
"@orbitdb/core": "github:orbitdb/orbitdb#feat/encryption-2",
4445
"blockstore-level": "^2.0.1",
46+
"c8": "^10.1.3",
4547
"helia": "^5.4.1",
4648
"mocha": "^11.4.0",
4749
"playwright-test": "^14.1.9",

0 commit comments

Comments
 (0)