We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a087c7 commit 0754fa3Copy full SHA for 0754fa3
3 files changed
Makefile
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "qunit",
3
"description": "QUnit testing framework for nodejs",
4
- "version": "0.6.2",
+ "version": "0.6.3",
5
"author": "Oleg Slobodskoi <oleg008@gmail.com>",
6
"contributors": [
7
{"name": "Jonathan Buchanan"},
@@ -16,7 +16,7 @@
16
"bin": {"qunit": "./bin/cli.js"},
17
"engines": {"node": ">=0.6.0 < 0.11.0"},
18
"scripts": {
19
- "test": "make test"
+ "test": "node ./test/testrunner.js"
20
},
21
"dependencies": {
22
"underscore": "^1.6.0",
readme.md
@@ -232,10 +232,8 @@ Some tests examples
232
233
### Run tests
234
235
- git submodule init
236
- git submodule update
237
npm i
238
- make test
+ npm test
239
240
### Coverage
241
0 commit comments