2023-01-07 01:17:41 +01:00
|
|
|
export default {
|
2023-01-07 01:55:42 +01:00
|
|
|
testMatch: ['**/test_fastly/**/*.+(ts|tsx|js)'],
|
2023-01-07 01:17:41 +01:00
|
|
|
transform: {
|
|
|
|
'^.+\\.(ts|tsx)$': 'ts-jest',
|
|
|
|
},
|
|
|
|
preset: 'jest-preset-fastly-js-compute/typescript/esm',
|
|
|
|
}
|