0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 17:46:30 +01:00
hono/jest.node.config.js
2023-01-19 22:45:23 +09:00

7 lines
122 B
JavaScript

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