Skip to content

Commit 20dada5

Browse files
committed
Update moduleNameMapper in jest.config.ts for file store and event schemas
1 parent a61fcaa commit 20dada5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/excel-parser/jest.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ const config: Config = {
4040
],
4141

4242
moduleNameMapper: {
43+
"^@supplier-config/file-store$": "<rootDir>/../file-store/src/index.ts",
4344
"^@supplier-config/excel-parser/(.*)$": "<rootDir>/src/$1",
45+
"^@nhsdigital/nhs-notify-event-schemas-supplier-config$":
46+
"<rootDir>/../events/src/index.ts",
4447
},
4548

4649
testEnvironment: "node",

0 commit comments

Comments
 (0)