Skip to content

Commit cc13351

Browse files
committed
chore: fix test script
1 parent 21e734a commit cc13351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"scripts": {
5656
"lint": "eslint .",
5757
"lint:fix": "eslint . --fix",
58-
"test": "atom test --space"
58+
"test": "atom --test spec"
5959
},
6060
"babel": {
6161
"presets": [

0 commit comments

Comments
 (0)