init edge tunnel

This commit is contained in:
zizifn
2022-12-04 03:42:48 +08:00
committed by zizifn
parent 6a3b43efcb
commit d4937e4106
52 changed files with 22530 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/* eslint-disable */
export default {
displayName: 'edge-bypass-client',
preset: '../../jest.preset.js',
globals: {
'ts-jest': {
tsconfig: '<rootDir>/tsconfig.spec.json',
},
},
testEnvironment: 'node',
transform: {
'^.+\\.[tj]s$': 'ts-jest',
},
moduleFileExtensions: ['ts', 'js', 'html'],
coverageDirectory: '../../coverage/apps/edge-bypass-client',
};