Skip to content

Commit

Permalink
Upgrade all the things!
Browse files Browse the repository at this point in the history
mochai + chai -> vitest
vitest config with stryker
lcov coverage with vitest
need to try GithubActions and coveralls integration
  • Loading branch information
doppelganger9 committed Sep 30, 2024
1 parent 23e3ab9 commit f064aa1
Show file tree
Hide file tree
Showing 40 changed files with 5,131 additions and 5,792 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

`npm test`

Unit Testing was done by leveraging [Chai](https://www.chaijs.com/), [Mocha](https://mochajs.org/) and [TypeScript](https://www.typescriptlang.org/).
Unit Testing was done by leveraging [Vitest](https://vitest.dev/) and [TypeScript](https://www.typescriptlang.org/).

It definitely helped me:

Expand Down Expand Up @@ -69,7 +69,6 @@ Also my goal is to automate this with **Newman**.

## Future plans

- ~~Use Jest for Unit Testing?~~ Well, as we use **Stryker Mutator** for mutation testing, keeping Mocha make it faster as it is able to only run tests for mutants as required; Jest runner is not yet capable of doing that.
- have Continuous Deployment, etc.
- add more API endpoints/features.
- add a PWA client for the API.
Expand Down
Loading

0 comments on commit f064aa1

Please sign in to comment.