UNPKG

utquidem

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

14 lines (13 loc) 391 B
module.exports = { collectCoverage: true, coverageDirectory: 'coverage', coverageProvider: 'v8', preset: 'jest-puppeteer', rootDir: __dirname, setupFilesAfterEnv: ['./utils/jest.setup.js'], testMatch: ['<rootDir>/integration/**/*.(spec|test).[tj]s?(x)'], testPathIgnorePatterns: ['/node_modules/', '/api-service-koa/api/'], transform: { '^.+.tsx?$': 'ts-jest', }, };