Attempt to fix tests.
This commit is contained in:
parent
021667c7d9
commit
51301b3842
|
@ -1 +1 @@
|
||||||
Subproject commit f8af563b6a78391d6e19fd0c94fc78724c27ee83
|
Subproject commit 56d15b2cf58a57614030e93b51eb5668bfd17cb3
|
|
@ -23,11 +23,6 @@ nock.enableNetConnect(host => {
|
||||||
|
|
||||||
testContainerUtils.setupEnv(env, coreEnv)
|
testContainerUtils.setupEnv(env, coreEnv)
|
||||||
|
|
||||||
beforeAll(async () => {
|
|
||||||
const quotas = require("@budibase/pro").quotas
|
|
||||||
quotas.disable()
|
|
||||||
})
|
|
||||||
|
|
||||||
afterAll(async () => {
|
afterAll(async () => {
|
||||||
timers.cleanup()
|
timers.cleanup()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue