UNPKG

ai-cant-even

Version:

A satirical AI-powered utility that's confidently wrong about basic math operations

8 lines (7 loc) 227 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/__tests__/**/*.ts?(x)', '**/?(*.)+(spec|test).ts?(x)'], collectCoverage: true, collectCoverageFrom: ['src/**/*.ts', '!src/**/*.d.ts'], };