Attempt to fix tests.

This commit is contained in:
Sam Rose 2025-03-04 16:36:20 +00:00
parent 021667c7d9
commit 51301b3842
No known key found for this signature in database
2 changed files with 1 additions and 6 deletions

@ -1 +1 @@
Subproject commit f8af563b6a78391d6e19fd0c94fc78724c27ee83
Subproject commit 56d15b2cf58a57614030e93b51eb5668bfd17cb3

View File

@ -23,11 +23,6 @@ nock.enableNetConnect(host => {
testContainerUtils.setupEnv(env, coreEnv)
beforeAll(async () => {
const quotas = require("@budibase/pro").quotas
quotas.disable()
})
afterAll(async () => {
timers.cleanup()
})