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

8 lines
188 B
JavaScript
Raw Normal View History

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