UNPKG

flexiblepersistence

Version:
14 lines 307 B
module.exports = { testEnvironment: 'node', 'roots': [ '<rootDir>/tests' ], 'testMatch': [ '**/__tests__/**/*.+(ts|tsx)', '**/?(*.)+(spec|test).+(ts|tsx)' ], 'transform': { '^.+\\.(ts|tsx)$': 'ts-jest' }, }; //# sourceMappingURL=jest.config.js.map