**What** Currently the util await for event infinitely, this can lead to chain crashes in the jest tests suites leading to too much noise to investigate proper issues. We now have a default time out raced against the promise that is configurable to prevent from waiting for an excessive amount of time
3 lines
99 B
JavaScript
3 lines
99 B
JavaScript
const defineJestConfig = require("../../define_jest_config")
|
|
module.exports = defineJestConfig({})
|