mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 13:40:46 +00:00
6 lines
216 B
TypeScript
6 lines
216 B
TypeScript
module.exports = {
|
|
transform: {'^.+\\.ts?$': 'ts-jest'},
|
|
testEnvironment: 'node',
|
|
testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx)$',
|
|
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node']
|
|
}; |