0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/jest.node.config.js

7 lines
122 B
JavaScript
Raw Normal View History

export default {
testMatch: ['**/test_node/**/*.+(ts|tsx|js)'],
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
},
}