mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-29 17:25:21 +00:00
init tests:
This patch propouse use the mocha for testing MagicMirror.
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"main": "js/electron.js",
|
||||
"scripts": {
|
||||
"start": "electron js/electron.js",
|
||||
"postinstall": "sh installers/postinstall/postinstall.sh"
|
||||
"postinstall": "sh installers/postinstall/postinstall.sh",
|
||||
"test": "./node_modules/mocha/bin/mocha tests --recursive"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -27,12 +28,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/MichMich/MagicMirror#readme",
|
||||
"devDependencies": {
|
||||
"chai": "^3.5.0",
|
||||
"grunt": "latest",
|
||||
"grunt-eslint": "latest",
|
||||
"grunt-jsonlint": "latest",
|
||||
"grunt-markdownlint": "^1.0.13",
|
||||
"grunt-stylelint": "latest",
|
||||
"grunt-yamllint": "latest",
|
||||
"mocha": "^3.2.0",
|
||||
"stylelint-config-standard": "latest",
|
||||
"time-grunt": "latest"
|
||||
},
|
||||
|
Reference in New Issue
Block a user