Skip to content

Commit b6bfd82

Browse files
committed
Add new helper file.
1 parent c8f3f43 commit b6bfd82

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

helpers/test.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)