Sambo Chea
9e9cbe1162
All checks were successful
continuous-integration/drone/push Build is passing
Add jest for test units Updated the package and lib
7 lines
219 B
JavaScript
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']
|
|
};
|