os-js / osjs-server

OS.js Server Module
https://manual.os-js.org
Other
19 stars 21 forks source link

Use Vitest instead of Jest #91

Closed mahsashadi closed 4 months ago

mahsashadi commented 4 months ago

We are going to write unit-test for our osjs application. Is there any limitation to use Jest? We are more interested to use Vitest as it seems it is newer and faster

andersevenrud commented 4 months ago

In the end it doesn't really matter which test suite you use. They all do the same thing and speed is only an issue on massive projects.