mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
test: Move configuration into integration folder.
This commit is contained in:
@@ -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}/`;
|
||||
|
||||
Reference in New Issue
Block a user