mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
42294d9f1c
* chore: tweak `jest.config.js` * fix for lagon test
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
export default {
|
|
roots: ['<rootDir>/src'],
|
|
testMatch: ['**/src/**/(*.)+(spec|test).+(ts|tsx|js)'],
|
|
transform: {
|
|
'^.+\\.(ts|tsx)$': 'ts-jest',
|
|
},
|
|
testEnvironment: 'miniflare',
|
|
}
|