Skip to content

Commit 270736b

Browse files
committed
removed the dns hack from the top of the test entrypoint
1 parent 4dfd5a0 commit 270736b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/stable/test/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import * as dns from 'node:dns';
2-
dns.setDefaultResultOrder('ipv4first');
3-
41
import { describe, expect, test } from '@jest/globals';
52
import { DEFAULT_EXPECTED_ERRORS } from 'cuzz';
63

0 commit comments

Comments
 (0)