Joost Huizinga

Results 1 comments of Joost Huizinga

No real solution. Up till now we work around it by calling `update` after `start`: ``` this.beforeAll(async () => { const registration = await worker.start(); await registration.update(); }) ```