Skip to content

Commit

Permalink
Remove fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Nov 11, 2024
1 parent 642bfa0 commit 5346b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-node/__tests__/tls/tls.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ describe('[Node.js] TLS connection', () => {
expect(await resultSet.text()).toEqual('0\n1\n2\n')
})

fdescribe('Custom HTTPS agent', () => {
describe('Custom HTTPS agent', () => {
it('should work with a custom HTTPS agent', async () => {
const httpsRequestStub = spyOn(Https, 'request').and.callThrough()
const agent = new https.Agent({
Expand Down

0 comments on commit 5346b28

Please sign in to comment.