Rearrange test directory

This commit is contained in:
Yuya Ochiai
2016-05-02 22:34:00 +09:00
parent 447c84578a
commit 47486d8b8e
7 changed files with 313 additions and 240 deletions

View File

@@ -16,7 +16,7 @@
"start": "electron dist",
"watch": "gulp watch",
"serve": "gulp watch",
"test": "gulp build && mocha && gulp prettify:verify",
"test": "gulp build && mocha --recursive test/specs && gulp prettify:verify",
"package": "gulp package",
"package:windows": "gulp package:windows",
"package:osx": "gulp package:osx",