Open pento opened 5 years ago
If one of the calls in registerJob() takes a long time to run, it can block the TestPress window becoming available. All of the service registration functions should be marked as async.
registerJob()
async
If one of the calls in
registerJob()
takes a long time to run, it can block the TestPress window becoming available. All of the service registration functions should be marked asasync
.