Unmock node-fetch again.

This commit is contained in:
Sam Rose 2023-12-12 14:46:08 +00:00
parent 8d2d1f960e
commit 0a7af05f01
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

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