Skip to content

Commit e3b11c0

Browse files
committed
Added jest to sam
1 parent 489ab76 commit e3b11c0

File tree

5 files changed

+7791
-1216
lines changed

5 files changed

+7791
-1216
lines changed

Diff for: examples/sam/jest.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
testEnvironment: 'node',
3+
roots: ['<rootDir>/tests'],
4+
testMatch: ['**/*.test.ts'],
5+
transform: {
6+
'^.+\\.tsx?$': 'ts-jest'
7+
}
8+
};

0 commit comments

Comments
 (0)