This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f176d9d9fa
budibase
/
qa-core
/
src
/
jest
/
jestSetup.ts
5 lines
101 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add feature and quota overrides to qa core for cloud tests (#10417) * Fix qa core suite * Update package.json * Lint
2023-04-25 21:36:27 +02:00
import
{
logging
}
from
"@budibase/backend-core"
logging
.
LOG_CONTEXT
=
false
Run integration suite in CI again / auto detect tenancy / refactors (#10209) * qa-core-ci-fixes * global setup and teardown wip * Updates to logs and setup * Remove date and console mocking * Update CI to spin up minimal dev env * Update readme * Fix scopeBackend.sh * Ensure docker services are initialised before starting worker * Lint * Fix admin user being created on startup (#10219) * use regular bootstrap and build * Lint * Temp: re-use global setup to get around app limit in QA
2023-04-05 16:33:56 +02:00
jest
.
setTimeout
(
60000
)