mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 00:48:39 +08:00
11 lines
314 B
TypeScript
11 lines
314 B
TypeScript
/* eslint-disable */
|
|
export default {
|
|
displayName: 'cf-worker-vless',
|
|
preset: '../../jest.preset.js',
|
|
transform: {
|
|
'^.+\\.[tj]s$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
|
|
},
|
|
moduleFileExtensions: ['ts', 'js', 'html'],
|
|
coverageDirectory: '../../coverage/libs/cf-worker-vless',
|
|
};
|