Skip to content
Snippets Groups Projects
jest.config.js 185 B
Newer Older
import config from '../jest.config.js';

/** @type {import('jest').Config} */
  testTimeout: 12000,
  rootDir: '.',
  testRegex: '.*\\.e2e-spec\\.ts$',
};