Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
blob: 0b50baef93e24d820f86b6ed34b33772aa195f98 (plain)
1
2
3
4
5
6
7
8
console.log('Jest config file read.');

module.exports = {
  globalSetup: './test/integration/setup.cjs',
  globalTeardown: './test/integration/teardown.cjs',
  testPathIgnorePatterns: ['/node_modules/', 'test/unit'],
  testTimeout: 5000
};