-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Replace craco with vite #3544
Conversation
Removed vultr server and associated DNS entries |
editor.planx.uk/src/@planx/components/FindProperty/Public/Public.test.tsx
Dismissed
Show dismissed
Hide dismissed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took another pass through all 100+ file changes with fresh eyes & a couple quick spots to tidy up before merge ! Thanks again for queuing up this big migration, feels good 🙌
@@ -121,7 +121,7 @@ describe("A team with a subdomain has an online, published service.", () => { | |||
|
|||
user.click(copyButton); | |||
|
|||
expect(await screen.findByText("copied")).toBeVisible(); | |||
expect((await screen.findAllByText("copied"))[0]).toBeVisible(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this PR do?
Motivations
✅ Regression tests passing against branch here - https://github.com/theopensystemslab/planx-new/actions/runs/10560558494