UNPKG

calibre

Version:

Performance monitoring with Synthetic testing, Chrome UX Report, and Real User Metrics

9 lines (8 loc) 231 B
export default { testMatch: ['**/__tests__/**/*.test.js?(x)'], testEnvironment: 'node', setupFiles: ['./.jest-setup.js'], testTimeout: 5000, preset: 'ts-jest/presets/default-esm', modulePathIgnorePatterns: ['./dist'] }