diff options
Diffstat (limited to 'server/tests/helpers/dns.ts')
-rw-r--r-- | server/tests/helpers/dns.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/tests/helpers/dns.ts b/server/tests/helpers/dns.ts index 309de5426..49b506e7b 100644 --- a/server/tests/helpers/dns.ts +++ b/server/tests/helpers/dns.ts | |||
@@ -1,6 +1,5 @@ | |||
1 | /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ | 1 | /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ |
2 | 2 | ||
3 | import 'mocha' | ||
4 | import { expect } from 'chai' | 3 | import { expect } from 'chai' |
5 | import { isResolvingToUnicastOnly } from '@server/helpers/dns' | 4 | import { isResolvingToUnicastOnly } from '@server/helpers/dns' |
6 | 5 | ||