Skip to content

Commit 039b1d5

Browse files
committed
✅ Test: change to serial tests
1 parent da9f53e commit 039b1d5

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
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"pretest": "npm run lint & npm run babel",
12-
"test": "nyc ava",
12+
"test": "nyc ava -s",
1313
"lint": "eslint lib test",
1414
"babel": "babel lib -d dest",
1515
"prepublish": "npm run babel",

0 commit comments

Comments
 (0)