jest.integration.config.js 92 Bytes
Newer Older
1
2
3
4
module.exports = {
  testEnvironment: 'node',
  testMatch: ['**/integration/*.test.js'],
};