aboutsummaryrefslogtreecommitdiff
path: root/playground/jest.config.cjs
blob: 168ad5c61a990d260eb306808ebd1eb1d955b82e (plain) (blame)
1
2
3
4
5
6
module.exports = {
  testEnvironment: 'node',
  testMatch: ['<rootDir>/tests/integration/**/*.test.js'],
  testTimeout: 120000,
  verbose: true,
};