mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-26 16:11:36 +00:00
Merge pull request #672 from morozgrafix/test_branch
Add missing 'chai-as-promised' dependency
This commit is contained in:
@@ -34,6 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Option for colored min-temp and max-temp
|
- Option for colored min-temp and max-temp
|
||||||
- Add test e2e helloworld
|
- Add test e2e helloworld
|
||||||
- Add test e2e enviroment
|
- Add test e2e enviroment
|
||||||
|
- Add `chai-as-promised` npm module to devDependencies
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Update .gitignore to not ignore default modules folder.
|
- Update .gitignore to not ignore default modules folder.
|
||||||
|
@@ -30,6 +30,7 @@
|
|||||||
"homepage": "https://github.com/MichMich/MagicMirror#readme",
|
"homepage": "https://github.com/MichMich/MagicMirror#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "^3.5.0",
|
"chai": "^3.5.0",
|
||||||
|
"chai-as-promised": "^6.0.0",
|
||||||
"grunt": "latest",
|
"grunt": "latest",
|
||||||
"grunt-eslint": "latest",
|
"grunt-eslint": "latest",
|
||||||
"grunt-jsonlint": "latest",
|
"grunt-jsonlint": "latest",
|
||||||
|
Reference in New Issue
Block a user