UNPKG
ai-cant-even
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A satirical AI-powered utility that's confidently wrong about basic math operations
ai-cant-even
/
jest.config.js
8 lines
(7 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/__tests__/**/*.ts?(x)'
,
'**/?(*.)+(spec|test).ts?(x)'
], collectCoverage:
true
, collectCoverageFrom: [
'src/**/*.ts'
,
'!src/**/*.d.ts'
], };