Files
tower/apps/worker/src/main.test.ts
T

6 lines
152 B
TypeScript

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