UNPKG

json-schema-typed

Version:
18 lines (15 loc) 386 B
// @ts-check /** * @type Partial<jest.InitialOptions> */ const config = { coverageDirectory: './__coverage__', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], snapshotSerializers: ['jest-serializer-path'], testEnvironment: 'node', testMatch: ['**/__tests__/**/*.test.ts?(x)'], transform: { '^.+\\.tsx?$': 'babel-jest' } } module.exports = config