mirror of
https://github.com/apsdehal/awesome-ctf
synced 2024-11-24 19:33:09 +00:00
Add test script to package
This commit is contained in:
parent
eee9333c06
commit
37040be411
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
},
|
||||
"bugs": "https://github.com/apsdehal/ctf-tools/issues",
|
||||
"devDependencies": {
|
||||
"chai": "^2.2.0",
|
||||
"cheerio": "^0.19.0",
|
||||
"marked": "^0.3.3",
|
||||
"mocha": "~2.2.1"
|
||||
|
@ -28,7 +29,7 @@
|
|||
"node": ">= 0.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
"test": "./node_modules/mocha/bin/mocha -u bdd tests/test.js"
|
||||
},
|
||||
"keywords": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue