Skip to content

Commit

Permalink
chore: fix jest env
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Oct 10, 2024
1 parent 02076e0 commit f06e990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ module.exports = {
'!assets/js/swagger-custom.js',
],
coverageReporters: ['text'],
testEnvironment: 'jsdom',
setupFiles: ['<rootDir>/assets/js/setup-tests.js'],
};

0 comments on commit f06e990

Please sign in to comment.