Skip to content

Commit 386a607

Browse files
achingbrainmaschad
andauthored
test: actually run firefox tests on firefox (libp2p#176)
Co-authored-by: Chad Nehemiah <[email protected]>
1 parent a102429 commit 386a607

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
@@ -127,7 +127,7 @@
127127
"build": "aegir build",
128128
"test": "aegir test -t browser",
129129
"test:chrome": "aegir test -t browser --cov",
130-
"test:firefox": "aegir test -t browser --browser firefox",
130+
"test:firefox": "aegir test -t browser -- --browser firefox",
131131
"lint": "aegir lint",
132132
"lint:fix": "aegir lint --fix",
133133
"clean": "aegir clean",

0 commit comments

Comments
 (0)