We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f3f43 commit b6bfd82Copy full SHA for b6bfd82
1 file changed
helpers/test.js
@@ -0,0 +1,14 @@
1
+// ===================================================
2
+// FOR UNIT-TESTING
3
+// Total.js - framework for Node.js platform
4
+// https://www.totaljs.com
5
6
+
7
+const options = {};
8
9
+// options.ip = '127.0.0.1';
10
+// options.port = parseInt(process.argv[2]);
11
+// options.config = { name: 'Total.js' };
12
+// options.sleep = 3000;
13
14
+require('total.js').http('test', options);
0 commit comments