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

chore: migrate to vitest #635

Merged
merged 7 commits into from
May 19, 2022
Merged

chore: migrate to vitest #635

merged 7 commits into from
May 19, 2022

Conversation

nogic1008
Copy link
Contributor

No description provided.

@nogic1008 nogic1008 added development 🚀 Area development (testing, deploy...) refactoring ✨ Not a new feature (code clean, remove dup...) labels May 19, 2022
@nogic1008 nogic1008 added this to the vNext milestone May 19, 2022
@nogic1008 nogic1008 self-assigned this May 19, 2022
@commit-lint
Copy link

commit-lint bot commented May 19, 2022

Chore

  • deps-dev: add vitest package (bb6b2ed)
  • vitest: add config file (264dce8)
  • lint: setup eslint-plugin-vitest (28da0bf)
  • remove jest config (bd33a2a)
  • deps: remove jest packages (0aa48a3)

Tests

  • use vitest on test runner (381ee8e)

Bug Fixes

  • ci: change test arguments (25d2cfc)

Contributors

nogic1008

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@codecov
Copy link

codecov bot commented May 19, 2022

Codecov Report

Merging #635 (25d2cfc) into main (f472359) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #635   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           37        78   +41     
  Branches         7        18   +11     
=========================================
+ Hits            37        78   +41     
Impacted Files Coverage Δ
src/main.ts 100.00% <0.00%> (ø)
src/input.ts 100.00% <0.00%> (ø)
src/choose.ts 100.00% <0.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@nogic1008 nogic1008 merged commit 3338c5f into main May 19, 2022
@nogic1008 nogic1008 deleted the migrate/vitest branch May 19, 2022 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development 🚀 Area development (testing, deploy...) refactoring ✨ Not a new feature (code clean, remove dup...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant