Skip to content

Commit

Permalink
fix(jest): map ts paths (#2529 by @frankcalise)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcalise authored Oct 19, 2023
1 parent bdf55ea commit 4dcb1c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boilerplate/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ module.exports = {
testPathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/.maestro/", "@react-native"],
testEnvironment: "jsdom",
setupFiles: ["<rootDir>/test/setup.ts"],
moduleNameMapper: { "^app/(.*)$": "<rootDir>/app/$1", "^assets/(.*)$": "<rootDir>/assets/$1" },
}

0 comments on commit 4dcb1c1

Please sign in to comment.