mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
3cd1b1dbf4
* test: add tests and CI for Fastly Compute@Edge * fix detecting which runtime is fastly and add the test for it
8 lines
182 B
JavaScript
8 lines
182 B
JavaScript
export default {
|
|
testMatch: ['**/fastly_test/**/*.+(ts|tsx|js)'],
|
|
transform: {
|
|
'^.+\\.(ts|tsx)$': 'ts-jest',
|
|
},
|
|
preset: 'jest-preset-fastly-js-compute/typescript/esm',
|
|
}
|