UNPKG

@qavajs/steps-lighthouse

Version:

qavajs steps to perform lighthouse audit

15 lines (14 loc) 324 B
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { preset: "ts-jest", testEnvironment: "node", coveragePathIgnorePatterns: ["/lib/", "/node_modules/"], coverageThreshold: { global: { branches: 90, functions: 90, lines: 90, statements: -10, }, }, };