Skip to content

Commit

Permalink
Add 'src' folder to Jest roots (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsananderson authored Sep 23, 2024
1 parent 3bc1115 commit bb2bb6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ process.env.SPEC_RUNNING = '1';

module.exports = {
roots: [
'<rootDir>/spec'
'<rootDir>/spec',
'<rootDir>/src',
],
transform: {
'^.+\\.tsx?$': 'ts-jest'
Expand Down

0 comments on commit bb2bb6e

Please sign in to comment.