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