0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/examples/blog/jest.config.js
2022-02-10 09:59:02 +09:00

9 lines
241 B
JavaScript

module.exports = {
testEnvironment: 'miniflare',
testMatch: ['**/test/**/*.+(ts|tsx|js)', '**/src/**/(*.)+(spec|test).+(ts|tsx|js)'],
transform: {
'^.+\\.(ts|tsx)$': 'esbuild-jest',
},
resolver: 'jest-node-exports-resolver',
}