test: Move configuration into integration folder.

This commit is contained in:
Ruben Verborgh
2020-12-21 23:58:47 +01:00
parent 992267b4dc
commit e4c4d2a781
13 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ import type { Server } from 'http';
import fetch from 'cross-fetch';
import WebSocket from 'ws';
import type { HttpServerFactory } from '../../src/server/HttpServerFactory';
import { instantiateFromConfig } from '../configs/Util';
import { instantiateFromConfig } from './Config';
const port = 6001;
const serverUrl = `http://localhost:${port}/`;