UNPKG

jest-auto-stub

Version:

Automatically create type-safe fully stubbed instances of classes or interfaces.

16 lines (15 loc) 248 B
module.exports = { moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx', 'json', 'node' ], testRegex: '/(test|src)/.*\\.(test)\\.(tsx?)$', testURL: 'http://localhost', transform: { '^.+\\.tsx?$': 'ts-jest' }, };