UNPKG

@qavajs/steps-accessibility-ea

Version:

Steps to perform accessibility checks powered by accessibility-checker lib

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, }, }, };