Skip to content

Commit 646ef23

Browse files
committed
chore: Run webrtc in background for CI.
1 parent 6d448f8 commit 646ef23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"test:ci": "c8 mocha --config test/.mocharc.json",
1212
"test:browser": "npm run build:tests && ./node_modules/.bin/playwright-test test/browser/bundle.js --runner mocha",
1313
"build:tests": "rm -f test/browser/bundle.js* && webpack --config ./conf/webpack.tests.config.js",
14-
"webrtc": "node ./test/utils/relay.js"
14+
"webrtc": "node ./test/utils/relay.js",
15+
"webrtc:background": "node ./test/utils/relay.js &"
1516
},
1617
"author": "OrbitDB",
1718
"license": "MIT",

0 commit comments

Comments
 (0)