/** * Basic sanity test to verify project setup */ describe('Project Setup', () => { it('should pass basic test', () => { expect(true).toBe(true); }); });