UNPKG
tm-dom
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Simple dom utilities
github.com/dtakemake/tm-dom
dtakemake/tm-dom
tm-dom
/
jest.config.js
7 lines
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'jsdom'
, collectCoverage:
true
, coverageReporters: [
"html"
] };