Skip to content

Commit 6d7b376

Browse files
committed
fix(node-http-handler): fixturesDir for ts-jest
1 parent d2e9bb4 commit 6d7b376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-http-handler/src/server.mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { createServer as createHttpsServer, Server as HttpsServer } from "https"
66
import { join } from "path";
77
import { Readable } from "stream";
88

9-
const fixturesDir = join(__dirname, "../..", "fixtures");
9+
const fixturesDir = join(__dirname, "..", "fixtures");
1010

1111
export function createResponseFunction(httpResp: HttpResponse) {
1212
return function (request: IncomingMessage, response: ServerResponse) {

0 commit comments

Comments
 (0)