Skip to content

Commit 84e2d81

Browse files
committed
follow mocha convention
1 parent b4152bf commit 84e2d81

File tree

2 files changed

+1
-1
lines changed

2 files 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
"start": "electron .",
1010
"dev": "electron . --debug",
1111
"lint": "standard | snazzy",
12-
"test": "mocha tests && npm run lint",
12+
"test": "mocha && npm run lint",
1313
"package": "npm-run-all package:*",
1414
"package:mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --out=out --icon=assets/app-icon/mac/app.icns --osx-sign.identity='Developer ID Application: GitHub' --extend-info=assets/mac/info.plist",
1515
"package:win": "electron-packager . --overwrite --platform=win32 --arch=ia32 --out=out --icon=assets/app-icon/win/app.ico",
File renamed without changes.

0 commit comments

Comments
 (0)