mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 02:27:49 +01:00
f14b2c3656
* ci: refine CI structures * fixed ci config
8 lines
182 B
JavaScript
8 lines
182 B
JavaScript
export default {
|
|
testMatch: ['**/test_fastly/**/*.+(ts|tsx|js)'],
|
|
transform: {
|
|
'^.+\\.(ts|tsx)$': 'ts-jest',
|
|
},
|
|
preset: 'jest-preset-fastly-js-compute/typescript/esm',
|
|
}
|