Skip to content

Commit f976760

Browse files
committed
chore: fix import in jest setup for websocket-server
Signed-off-by: Kevin Viglucci <[email protected]>
1 parent da6750e commit f976760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rsocket-websocket-server/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Config } from "@jest/types";
2-
import { pathsToModuleNameMapper } from "ts-jest/utils";
2+
import { pathsToModuleNameMapper } from "ts-jest";
33
import { compilerOptions } from "../../tsconfig.json";
44

55
const config: Config.InitialOptions = {

0 commit comments

Comments
 (0)