Skip to content

Commit

Permalink
fix(boilerplate): jest.config.js remove jsdom test env for better RNT…
Browse files Browse the repository at this point in the history
…L support out of box (#2632 by @frankcalise)

[skip ci]
  • Loading branch information
frankcalise committed Feb 21, 2024
1 parent d0b2b2d commit 22c7afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boilerplate/jest.config.js
Expand Up @@ -25,7 +25,6 @@ module.exports = {
"jest-runner",
],
testPathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/.maestro/", "@react-native"],
testEnvironment: "jsdom",
setupFiles: ["<rootDir>/test/setup.ts"],
transform:{
'^.+\\.test.tsx?$': ['ts-jest', {
Expand Down

0 comments on commit 22c7afc

Please sign in to comment.