Skip to content

Commit b48a37a

Browse files
committed
new test
1 parent e603b8a commit b48a37a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/test-tmp.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var Utils = require('../utils');
2+
3+
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
4+
5+
Utils.request('https://modules.totaljs.com/webcounter/v1.00/webcounter.js', ['get'], function(err, data) {
6+
console.log(err, data);
7+
});

0 commit comments

Comments
 (0)