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

Migrate tests to Vitest #3832

Merged
merged 18 commits into from
Jul 25, 2023
Merged

Migrate tests to Vitest #3832

merged 18 commits into from
Jul 25, 2023

Conversation

luin
Copy link
Member

@luin luin commented Jul 15, 2023

Karma is deprecated and they recommend Web Test Runner, jasmine-browser-runner, Jest, and Vitest.

The first two are not as popular as the later two and they have a much smaller community. Jest only runs in Node env whereas Vitest runs on both Node and browser.

This PR migrated Quill's test framework from Jasmine + Karma to Vitest (browser mode).

@luin luin force-pushed the zh-vitest branch 6 times, most recently from 19a56a5 to d03cbaf Compare July 15, 2023 07:17
@luin luin marked this pull request as ready for review July 19, 2023 00:35
@luin luin merged commit acd8ad2 into develop Jul 25, 2023
5 checks passed
@luin luin deleted the zh-vitest branch July 25, 2023 00:14
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.

2 participants