forked from cardosofelipe/fast-next-template
Remove outdated documentation files
- Deleted `I18N_IMPLEMENTATION_PLAN.md` and `PROJECT_PROGRESS.md` to declutter the repository. - These documents were finalized, no longer relevant, and superseded by implemented features and external references.
This commit is contained in:
@@ -197,7 +197,7 @@ describe('HomePage', () => {
|
||||
it('renders all technologies', () => {
|
||||
render(<Home />);
|
||||
expect(screen.getAllByText('FastAPI')[0]).toBeInTheDocument();
|
||||
expect(screen.getAllByText('Next.js 15')[0]).toBeInTheDocument();
|
||||
expect(screen.getAllByText('Next.js 16')[0]).toBeInTheDocument();
|
||||
expect(screen.getAllByText('PostgreSQL')[0]).toBeInTheDocument();
|
||||
expect(screen.getAllByText('TypeScript')[0]).toBeInTheDocument();
|
||||
expect(screen.getAllByText('OAuth 2.0')[0]).toBeInTheDocument();
|
||||
|
||||
Reference in New Issue
Block a user