fix eslint for tests

This commit is contained in:
Michael C
2021-07-12 02:43:46 -04:00
parent c0b1d201ad
commit 8b3ffe5d0d
30 changed files with 3453 additions and 3475 deletions

View File

@@ -1,7 +1,7 @@
import {config} from '../src/config';
import {config} from "../src/config";
export function getbaseURL(): string {
return "http://localhost:" + config.port;
return `http://localhost:${config.port}`;
}
/**