We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d12b0 commit 2df8b6eCopy full SHA for 2df8b6e
assertion-testing/index.js assertion-testing/test.jsassertion-testing/index.js renamed to assertion-testing/test.js
@@ -1,11 +1,8 @@
1
var framework = require('total.js');
2
var http = require('http');
3
4
-var debug = true;
+framework.run(http, true, parseInt(process.argv[2]));
5
6
-framework.run(http, debug);
7
-
8
-// Documentation: http://docs.totaljs.com/Framework/#framework.test
9
framework.test(true, function() {
10
console.log('');
11
console.log('====================================================');
0 commit comments