Skip to content

Commit

Permalink
fix: added jsdom for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
joebobmiles committed Apr 4, 2023
1 parent fa5e548 commit ad84bec
Show file tree
Hide file tree
Showing 3 changed files with 1,055 additions and 47 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config: Config.InitialOptions =
".tsx?": "ts-jest",
},
"rootDir": "./src",
"testEnvironment": "jsdom",
};

export default config;
Loading

0 comments on commit ad84bec

Please sign in to comment.