test: Remove node-mocks-http references from integration tests

This commit is contained in:
Joachim Van Herwegen
2021-04-30 12:34:02 +02:00
parent d04ab2951b
commit 6cd2806c2f
10 changed files with 98 additions and 266 deletions

View File

@@ -3,8 +3,7 @@ import fetch from 'cross-fetch';
import type { RedisResourceLocker } from '../../src';
import { joinFilePath } from '../../src';
import type { HttpServerFactory } from '../../src/server/HttpServerFactory';
import { describeIf } from '../util/TestHelpers';
import { getPort } from '../util/Util';
import { describeIf, getPort } from '../util/Util';
import { instantiateFromConfig } from './Config';
/**