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

Add first test with vitest and start using GitHub Actions #31

Closed
Angelmmiguel opened this issue Feb 13, 2022 · 0 comments · Fixed by #34
Closed

Add first test with vitest and start using GitHub Actions #31

Angelmmiguel opened this issue Feb 13, 2022 · 0 comments · Fixed by #34
Assignees

Comments

@Angelmmiguel
Copy link
Owner

This MR aims to provide stability to the project by including a full test suite to the project. This MR will focus on adding the framework and configuring GitHub actions so any new commit will be properly tested.

The plan is to switch to vitest for the following reasons:

  • Jest contains many many features this project won't use
  • The number of dependencies is considerably higher on jest than vitest (333 vs 47)
  • Learning purposes

For thes reasons, this project will start using vitest.

@Angelmmiguel Angelmmiguel self-assigned this Feb 13, 2022
Angelmmiguel added a commit that referenced this issue Feb 13, 2022
* [#31] feat: add vitest, basic test and testing action
* [#31] fix: add install step to the test workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant