UNPKG

@entria/graphql-mongoose-loader

Version:
14 lines (13 loc) 416 B
module.exports = { displayName: 'test', testEnvironment: '<rootDir>/test/environment/mongodb', testPathIgnorePatterns: ['/node_modules/', './lib', './scripts'], coverageReporters: ['lcov', 'html'], resetModules: false, reporters: ['default'], transform: { '^.+\\.(js|ts)?$': 'babel-jest', }, testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(js|ts)?$', moduleFileExtensions: ['ts', 'js'], };