Rewrite mocha test to Bds Maneger Core #231

Merged
Sirherobrine23 merged 3 commits from MochaChaiTest into main 2021-10-28 11:19:38 +00:00
2 changed files with 834 additions and 1 deletions
Showing only changes of commit 159172280b - Show all commits

831
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
"start": "node bin/bds_maneger.js -s",
"start:telegram": "node bin/telegram_bot.js -e js",
"stop": "node -p 'console.log(require(\"./\").kill());'",
"test": "node .Build/test/ci.js",
"test": "mocha .test/*.js",
"ci": "node .Build/test/ci.js",
"eslint": "eslint --debug .",
"eslint:fix": "eslint --debug --fix .",
@ -81,7 +81,9 @@
},
"devDependencies": {
"@actions/core": "^1.5.0",
"chai": "^4.3.4",
"eslint": "^8.0.0",
"mocha": "^9.1.3",
"nodemon": "^2.0.12",
"os-tmpdir": "^2.0.0"
}