honojs-middleware/jest.config.js

8 lines
194 B
JavaScript
Raw Normal View History

2022-10-16 16:52:21 +08:00
module.exports = {
testMatch: ['**/test/**/*.+(ts|tsx|js)', '**/src/**/(*.)+(spec|test).+(ts|tsx|js)'],
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
},
testEnvironment: 'miniflare',
}