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