UNPKG

@hirez_io/observer-spy

Version:

A simple little class that helps making Observable testing a breeze

14 lines (13 loc) 225 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', collectCoverage: true, coverageThreshold: { global: { branches: 100, functions: 90, lines: 90, statements: 90, }, }, };