prisma-starter/jest.config.js
Sambo Chea 0f3746f189
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Add tests and functions
Allow to run jests and add the excepted
Add not resolve yet for the async in tests
2021-03-13 11:27:14 +07:00

6 lines
218 B
JavaScript

module.exports = {
transform: { '^.+\\.ts?$': 'ts-jest' },
testEnvironment: 'node',
testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx)$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node']
};