added http tests

This commit is contained in:
Joe-Dowd
2020-04-01 21:29:13 +01:00
parent e2f430dd09
commit 30d24de4d3
5 changed files with 40 additions and 8 deletions

7
test/utils.js Normal file
View File

@@ -0,0 +1,7 @@
var config = require('../src/config.js');
module.exports = {
getbaseURL: () => {
return "http://localhost:" + config.port;
}
};