Skip to content

Commit

Permalink
test: Add 'skipCertVerify' and 'tls13' options to ClashProvider test
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Mar 16, 2024
1 parent c383f7b commit 5321a51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/provider/__tests__/ClashProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,8 @@ test('vmess Configurations', (t) => {
path: '/path',
host: ['v2ray.com'],
},
skipCertVerify: false,
tls13: false,
realityOpts: {
publicKey: 'publicKey',
shortId: 'shortId',
Expand Down

0 comments on commit 5321a51

Please sign in to comment.