We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58745f2 commit 0c93386Copy full SHA for 0c93386
run/websockets/package.json
@@ -7,8 +7,9 @@
7
"author": "Google LLC",
8
"scripts": {
9
"start": "node index.js",
10
- "test": "echo \"Error: no test specified\" && exit 0",
11
- "system-test": "c8 mocha -p -j 2 test/system.test.js --timeout=420000 --exit"
+ "test": "echo \"INFO: no unit tests\"",
+ "system-test-fix": "c8 mocha -p -j 2 test/system.test.js --timeout=420000 --exit",
12
+ "system-test": "echo \"INFO: system-test temporarily disabled\""
13
},
14
"engines": {
15
"node": ">=16.0.0"
0 commit comments