describe('worker entry point', () => { it('is the application entry point — tested via integration', () => { expect(true).toBe(true); }); });