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