1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Seeing if CI is happy if I remove the unmock call.

This commit is contained in:
Sam Rose 2023-12-11 17:54:02 +00:00
parent f249dadcc7
commit 3a7c30c7f3
No known key found for this signature in database

View file

@ -1,7 +1,5 @@
import { TestConfiguration } from "../../../../tests"
jest.unmock("node-fetch")
describe("/api/system/environment", () => {
const config = new TestConfiguration()