mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 17:18:25 +08:00
Vless (#67)
* init vless * change to cdn for uuid * add TODO * add support for ipv4 and 6 * add support for ipv4 and 6 * add error handle * add error handle * add error handle * add debug log * add debug log * add udp log * add udp log * update vless-js * add doc * add doc * add doc * remove log * remove log * remove log * remove log
This commit is contained in:
16
apps/deno-vless/jest.config.ts
Normal file
16
apps/deno-vless/jest.config.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/* eslint-disable */
|
||||
export default {
|
||||
displayName: 'deno-vless',
|
||||
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/deno-vless',
|
||||
};
|
||||
Reference in New Issue
Block a user