Rename project to MerchantsOfHope-SupplyANdDemandPortal

This commit is contained in:
2025-10-16 17:11:25 -05:00
parent 039d51c4e5
commit 0ecd6c67eb
14 changed files with 52 additions and 52 deletions

View File

@@ -39,7 +39,7 @@ describe('Layout', () => {
it('renders the layout with user information', () => {
renderWithRouter(<Layout />);
expect(screen.getByText('MysteryApp-Cursor')).toBeInTheDocument();
expect(screen.getByText('MerchantsOfHope-SupplyANdDemandPortal')).toBeInTheDocument();
expect(screen.getByText('John Doe')).toBeInTheDocument();
expect(screen.getByText('candidate')).toBeInTheDocument();
});