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

refactor(test): moving all JS unit testing over to Vitest #906

Merged
merged 24 commits into from
Aug 23, 2023

Conversation

erunion
Copy link
Member

@erunion erunion commented Aug 22, 2023

🧰 Changes

Vitest slaps (native TS and ESM support, runs test fast, is good) so I'm moving our unit tests over to it.

🧬 QA & Testing

  • Everything still passing?

Base automatically changed from test/migrate-from-nock-to-msw to main August 22, 2023 23:55
@kanadgupta
Copy link
Member

@erunion the PHP build is flaking out again, mind taking a look? i imagine it's similar to b593069

"vimeo/psalm": "^5.7",
"psalm/plugin-laravel": "^2.7"
"psalm/plugin-laravel": "^2.7",
"vimeo/psalm": "5.15.0"
Copy link
Member Author

Choose a reason for hiding this comment

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

Forcefully pinned Psalm to a specific version so it stops flaking tests when composer install decides to install a newer version.

@erunion erunion marked this pull request as ready for review August 23, 2023 15:59
@erunion erunion added the refactor Issues about tackling technical debt label Aug 23, 2023
Copy link
Member

@kanadgupta kanadgupta left a comment

Choose a reason for hiding this comment

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

👑👑👑

@kanadgupta kanadgupta merged commit e5ddfbd into main Aug 23, 2023
47 checks passed
@kanadgupta kanadgupta deleted the test/move-to-vitest branch August 23, 2023 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Issues about tackling technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants