mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 05:27:00 +03:00
added http tests
This commit is contained in:
7
test/utils.js
Normal file
7
test/utils.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var config = require('../src/config.js');
|
||||
|
||||
module.exports = {
|
||||
getbaseURL: () => {
|
||||
return "http://localhost:" + config.port;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user