agent-flow / scripts /aws /jest.config.js
truthtaicom's picture
Upload folder using huggingface_hub
4b0794d verified
module.exports = {
testEnvironment: 'node',
roots: ['<rootDir>/test'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest'
}
};