0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00
hono/jest.fastly.config.js
Yusuke Wada f14b2c3656 ci: refine CI structures (#784)
* ci: refine CI structures

* fixed ci config
2023-01-19 22:44:38 +09:00

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',
}