prebid-integration-monitor/node_modules/puppeteer-cluster/jest.config.js
2024-09-20 08:05:19 -06:00

12 lines
348 B
JavaScript

/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
setupFilesAfterEnv: ['./test/_config/setup.js'],
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ["**/test/**/?(*.)+(spec|test).[jt]s?(x)"],
coverageReporters: [
"lcov",
"text",
"text-summary"
],
};