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

[POC]: migrate to vitest #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

KonnorRogers
Copy link
Contributor

Notes: there is a --threads="false" in the runner. This is because of the processs.chdir call.

vitest-dev/vitest#566

Choose a reason for hiding this comment

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

You technically don't even need this file, but maybe it still makes sense to keep it around for reference

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I contemplated not adding it, but I think it's nice just to keep it around. I dont need "environment" either, but I think it's nice to keep it around just to be explicit.

Copy link
Member

@jodosha jodosha left a comment

Choose a reason for hiding this comment

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

@KonnorRogers Thanks for this PR, but...

  1. It's surprising (no previous discussion), and it doesn't explain why we want to migrate from jest to vitest (TIL).
  2. Why did you remove package-lock.json in the context of this PR? If that is a change to that you suggest to make, please open a different PR.

Konnor, don't get me wrong, I appreciate you taking care of this, it's just about OSS governance. 🙂

@KonnorRogers
Copy link
Contributor Author

KonnorRogers commented Oct 16, 2023

@jodosha Probably should've added a [POC] onto this 😭 and provided context.

  1. This stemmed from @timriley lamenting on Mastodon about the Jest config and I wanted to show the config file wasn't needed with Vitest.

https://ruby.social/@timriley/111210945213541284

  1. package-lock.json is still there. Just looks like its gone because the GitHub editor UI is weird.
Screenshot 2023-10-16 at 9 51 49 AM

@KonnorRogers KonnorRogers changed the title migrate to vitest [POC]: migrate to vitest Oct 16, 2023
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.

None yet

3 participants