Skip to content

Commit

Permalink
chore(esm): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Feb 16, 2022
1 parent 48ad0d1 commit e3f740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitCms/GitCms.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e3f740e

Please sign in to comment.