Comparing version 0.9.0 to 0.9.1
@@ -23,2 +23,3 @@ #!/usr/bin/env node | ||
+ '\n --cov create tests coverage report' | ||
+ '\n --timeout max block duration (in ms)' | ||
+ '\n -h, --help show this help' | ||
@@ -88,2 +89,5 @@ + '\n -v, --version show module version' | ||
break; | ||
case '--timeout': | ||
o.maxBlockDuration = args[key]; | ||
break; | ||
case '-v': | ||
@@ -90,0 +94,0 @@ case '--version': |
{ | ||
"name": "qunit", | ||
"description": "QUnit testing framework for nodejs", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"author": "Oleg Slobodskoi <oleg008@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
46234
1203