Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove typescript errors #817

Merged
merged 44 commits into from
Nov 6, 2024
Merged

Remove typescript errors #817

merged 44 commits into from
Nov 6, 2024

Conversation

johnwroge
Copy link
Member

@johnwroge johnwroge commented Oct 7, 2024

Related #789

What changes did you make?

I fixed multiple imports and testing problems that were causing the CI workflow to fail during TypeScript compilation and the Vite build phase. The port was updated in the vite.config file and the github action run tests file. I also fixed tests to ensure the correct api paths and component testing for loading and error states in forgot password code tests and reset password tests.

Rationale behind the changes?

The Github CI flow is failing because of TypeScript errors, missing imports, and failing tests. These are needed for the build phase in github actions as well as building the docker files for the incubator.

Testing done for these changes

Tests were run in the frontend directory using Vitetest and Cypress. All the tests are passing.

Screen Shot 2024-10-15 at 3 34 37 PM

Copy link
Member

@paulespinosa paulespinosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot looks good so far. There's some changes needed. Also, waiting on resolution to the circular dependency issue we were going over during the meeting today.

backend/startup_scripts/setup_moto_server.py Outdated Show resolved Hide resolved
frontend/cypress/e2e/sign-up.cy.ts Outdated Show resolved Hide resolved
frontend/vite.config.ts Outdated Show resolved Hide resolved
@johnwroge johnwroge merged commit 474d7e8 into main Nov 6, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants