We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbf4e7 commit 69fb2d4Copy full SHA for 69fb2d4
test/e2e/common.ts
@@ -4,6 +4,8 @@ import {Server} from 'http';
4
import {createServer} from 'http-server';
5
import replace from 'buffer-replace';
6
7
+jest.setTimeout(10000);
8
+
9
export const getServerFunctions = (
10
port: number,
11
): [() => void, () => void, (path: string) => Promise<void>] => {
0 commit comments