Skip to content

Commit 7dd7055

Browse files
committed
🐐 removed XO by mistake in ec05e53
1 parent ec05e53 commit 7dd7055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"node": ">=0.10.0"
3838
},
3939
"scripts": {
40-
"test": "nyc --cache --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js",
40+
"test": "xo && nyc --cache --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js",
4141
"test-win": "tap --no-cov --reporter=classic --timeout=150 test/*.js test/reporters/*.js",
4242
"visual": "node test/visual/run-visual-tests.js"
4343
},

0 commit comments

Comments
 (0)