From 41fb13c330de629df2d23379209e79c7af0f2e9a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 Aug 2021 14:32:44 +0200 Subject: esModuleInterop to true --- server/tests/api/redundancy/redundancy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/redundancy') diff --git a/server/tests/api/redundancy/redundancy.ts b/server/tests/api/redundancy/redundancy.ts index fe42e5fa8..86b40cfe6 100644 --- a/server/tests/api/redundancy/redundancy.ts +++ b/server/tests/api/redundancy/redundancy.ts @@ -3,7 +3,7 @@ import 'mocha' import * as chai from 'chai' import { readdir } from 'fs-extra' -import * as magnetUtil from 'magnet-uri' +import magnetUtil from 'magnet-uri' import { basename, join } from 'path' import { checkSegmentHash, -- cgit v1.2.3