Merge pull request #672 from morozgrafix/test_branch

Add missing 'chai-as-promised' dependency
This commit is contained in:
Michael Teeuw
2017-01-31 08:41:54 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Option for colored min-temp and max-temp
- Add test e2e helloworld
- Add test e2e enviroment
- Add `chai-as-promised` npm module to devDependencies
### Fixed
- Update .gitignore to not ignore default modules folder.

View File

@@ -30,6 +30,7 @@
"homepage": "https://github.com/MichMich/MagicMirror#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"grunt": "latest",
"grunt-eslint": "latest",
"grunt-jsonlint": "latest",