agent-flow / scripts /aws /jest.config.js
Tai Truong
fix readme
d202ada
raw
history blame
157 Bytes
module.exports = {
testEnvironment: 'node',
roots: ['<rootDir>/test'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest'
}
};