mirror of
https://github.com/honojs/hono.git
synced 2024-12-01 10:51:01 +00:00
f29761e16b
* chore: move runtime tests into `runtime_tests` * fixed ci
8 lines
179 B
JavaScript
8 lines
179 B
JavaScript
export default {
|
|
testMatch: ['**/runtime_tests/lambda/**/*.+(ts|tsx|js)'],
|
|
transform: {
|
|
'^.+\\.(ts|tsx)$': 'ts-jest',
|
|
},
|
|
testPathIgnorePatterns: ['jest.config.js'],
|
|
}
|