From 3a7c30c7f3386f36222b1f68e0a539bc1901ac2d Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Mon, 11 Dec 2023 17:54:02 +0000 Subject: [PATCH] Seeing if CI is happy if I remove the unmock call. --- packages/worker/src/api/routes/system/tests/environment.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/worker/src/api/routes/system/tests/environment.spec.ts b/packages/worker/src/api/routes/system/tests/environment.spec.ts index 2efbfa07c9..9fe707d288 100644 --- a/packages/worker/src/api/routes/system/tests/environment.spec.ts +++ b/packages/worker/src/api/routes/system/tests/environment.spec.ts @@ -1,7 +1,5 @@ import { TestConfiguration } from "../../../../tests" -jest.unmock("node-fetch") - describe("/api/system/environment", () => { const config = new TestConfiguration()