mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 02:27:49 +01:00
ad880dba43
* feat: `env` support enviroment variables for multi runtimes * typo * denoify * fixed ci settings * fixed deno command * comment out lagon test * remove warnings
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
export default {
|
|
testMatch: ['**/test_wrangler/**/(*.)+(test).+(ts|tsx)'],
|
|
transform: {
|
|
'^.+\\.(ts|tsx)$': 'ts-jest',
|
|
},
|
|
}
|