cubetiq-ts-utils/jest.config.js
Sambo Chea 9e9cbe1162
All checks were successful
continuous-integration/drone/push Build is passing
Add log class and add some functins
Add jest for test units
Updated the package and lib
2021-03-10 20:23:49 +07:00

7 lines
219 B
JavaScript

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