Skip to content

Commit e3f740e

Browse files
committed
chore(esm): fix test
1 parent 48ad0d1 commit e3f740e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitCms/GitCms.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { GitCmsClient } from "./GitCmsClient.js"
55
import { GitCmsServer } from "./GitCmsServer.js"
66
import fs from "fs-extra"
77
import express from "express"
8-
import * as nodeFetch from "node-fetch"
8+
import nodeFetch from "node-fetch"
99

1010
jest.setTimeout(10000) // wait for up to 10s for the server to respond
1111

0 commit comments

Comments
 (0)