// __tests__/example.test.ts describe('Basic Test', () => { it('should pass', () => { expect(true).toBe(true); }); });