mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
|
module.exports = {
|
||
|
testEnvironment: 'node',
|
||
|
roots: ['<rootDir>/test'],
|
||
|
testMatch: ['**/*.test.ts'],
|
||
|
transform: {
|
||
|
'^.+\\.tsx?$': 'ts-jest'
|
||
|
}
|
||
|
};
|