UNPKG

wbf

Version:

[![LICENSE](https://img.shields.io/github/license/halodong/web-barrier-free?style=flat-square)](./LICENSE) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/halodong/web-barrier

21 lines (20 loc) 484 B
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'jsdom', collectCoverage: true, coverageDirectory: 'coverage', coverageProvider: 'v8', transform: { '^.+\\.ts?$': 'ts-jest' }, moduleNameMapper: { '\\.(css)$': '<rootDir>/node_modules/jest-css-modules' }, collectCoverageFrom: ['src/index.ts'], coverageReporters: [ 'json-summary', 'text', 'lcov' ] }