Rewrite tests with chai-as-promised

This commit is contained in:
Yuya Ochiai
2016-06-06 00:41:35 +09:00
parent 29c53aa992
commit e9f8140594
6 changed files with 83 additions and 146 deletions

View File

@@ -31,6 +31,8 @@
"babel-core": "^6.7.5",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"del": "^2.2.0",
"electron-builder": "^3.11.0",
"electron-connect": "^0.3.7",
@@ -46,7 +48,6 @@
"json-loader": "^0.5.4",
"mocha": "^2.3.4",
"mocha-circleci-reporter": "0.0.1",
"should": "^8.0.1",
"spectron": "~3.0.0",
"style-loader": "^0.13.0",
"through2": "^2.0.1",