mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
|
export default {
|
||
|
testMatch: ['**/test_lambda/**/*.+(ts|tsx|js)'],
|
||
|
transform: {
|
||
|
'^.+\\.(ts|tsx)$': 'ts-jest',
|
||
|
},
|
||
|
}
|