From 1119a34272f7a3f86d0cbfe6c959a05423843acf Mon Sep 17 00:00:00 2001 From: Marcel Gerber Date: Wed, 16 Feb 2022 09:19:38 +0100 Subject: [PATCH] chore(esm): fix test --- gitCms/GitCms.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitCms/GitCms.test.ts b/gitCms/GitCms.test.ts index acbb93ab6a7..2b87fb7f864 100644 --- a/gitCms/GitCms.test.ts +++ b/gitCms/GitCms.test.ts @@ -5,7 +5,7 @@ import { GitCmsClient } from "./GitCmsClient.js" import { GitCmsServer } from "./GitCmsServer.js" import fs from "fs-extra" import express from "express" -import * as nodeFetch from "node-fetch" +import nodeFetch from "node-fetch" jest.setTimeout(10000) // wait for up to 10s for the server to respond