We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61fcaa commit 20dada5Copy full SHA for 20dada5
1 file changed
packages/excel-parser/jest.config.ts
@@ -40,7 +40,10 @@ const config: Config = {
40
],
41
42
moduleNameMapper: {
43
+ "^@supplier-config/file-store$": "<rootDir>/../file-store/src/index.ts",
44
"^@supplier-config/excel-parser/(.*)$": "<rootDir>/src/$1",
45
+ "^@nhsdigital/nhs-notify-event-schemas-supplier-config$":
46
+ "<rootDir>/../events/src/index.ts",
47
},
48
49
testEnvironment: "node",
0 commit comments