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

feat: replace jest with vitest #154

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

SRWieZ
Copy link
Contributor

@SRWieZ SRWieZ commented Jan 13, 2025

Replacing Jest with Vitest

Still work in progress, but so far:

  • It works out of the box with fewer dependencies.
  • The error messages are clear.

I need help with this:

  • Vitest will mock Electron as I requested, but it won't perform a "deep" mock. What I mean is that Electron used in other ESM packages is not being mocked for some reason. If anybody knows why, your input would be appreciated.

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.

1 participant