Skip to content

Commit 1594a1e

Browse files
committed
fix: add @utilities path alias to E2E jest moduleNameMapper
1 parent 6cc2af3 commit 1594a1e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/jest-e2e.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"globalSetup": "./setup.ts",
1111
"globalTeardown": "./teardown.ts",
1212
"moduleNameMapper": {
13-
"^src/(.*)$": "<rootDir>/../src/$1"
13+
"^src/(.*)$": "<rootDir>/../src/$1",
14+
"^@utilities/(.*)$": "<rootDir>/../src/utilities/$1"
1415
}
1516
}

0 commit comments

Comments
 (0)