Seeing if CI is happy if I remove the unmock call.
This commit is contained in:
parent
f249dadcc7
commit
3a7c30c7f3
|
@ -1,7 +1,5 @@
|
|||
import { TestConfiguration } from "../../../../tests"
|
||||
|
||||
jest.unmock("node-fetch")
|
||||
|
||||
describe("/api/system/environment", () => {
|
||||
const config = new TestConfiguration()
|
||||
|
||||
|
|
Loading…
Reference in New Issue