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 da6750e commit f976760Copy full SHA for f976760
packages/rsocket-websocket-server/jest.config.ts
@@ -1,5 +1,5 @@
1
import type { Config } from "@jest/types";
2
-import { pathsToModuleNameMapper } from "ts-jest/utils";
+import { pathsToModuleNameMapper } from "ts-jest";
3
import { compilerOptions } from "../../tsconfig.json";
4
5
const config: Config.InitialOptions = {
0 commit comments