UNPKG

calibre

Version:

Calibre - Page speed performance testing with Google Lighthouse

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'] }