We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ad0d1 commit e3f740eCopy full SHA for e3f740e
gitCms/GitCms.test.ts
@@ -5,7 +5,7 @@ import { GitCmsClient } from "./GitCmsClient.js"
5
import { GitCmsServer } from "./GitCmsServer.js"
6
import fs from "fs-extra"
7
import express from "express"
8
-import * as nodeFetch from "node-fetch"
+import nodeFetch from "node-fetch"
9
10
jest.setTimeout(10000) // wait for up to 10s for the server to respond
11
0 commit comments