Skip to content

Commit

Permalink
mirgate intended configs to global jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Dec 12, 2024
1 parent b2ac396 commit 529b966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ if (!isCI) {
export default {
rootDir: '.',
verbose: true,
testTimeout: 60 * 1000,
watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'],
projects,
globals: {
availableExtensions: ['.js', '.ts', '.mjs', '.cjs'],
Expand Down

0 comments on commit 529b966

Please sign in to comment.