Skip to content

Commit 5264ace

Browse files
Update package.json
1 parent ee748de commit 5264ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"test": "standard && npm run test-browser",
6767
"test-browser": "airtap --coverage --concurrency 1 -- test/*.js",
6868
"test-browser-local": "airtap --coverage --preset local -- test/*.js",
69-
"test-node": "set WRTC=wrtc && tape test/*.js",
69+
"test-node": "WRTC=wrtc tape test/*.js",
7070
"coverage": "nyc report --reporter=text-lcov | coveralls"
7171
},
7272
"funding": [

0 commit comments

Comments
 (0)