Test Framework for Unit Tests #925
pano9000
started this conversation in
Development
Replies: 1 comment 8 replies
-
@pano9000 , there are two kind of tests that we inherit from @zadam 's repo:
For the server, Jasmine seems to work decently. On my side I don't have a preference on the unit test side, I guess Jest or Vitest could work just fine. And we need to get rid of the handmade client-side testing tool. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'd like to start a discussion that will hopefully lead to us agreeing upon a test framework, for out unit tests.
This is not about E2E tests, for which "playwright" seems to be used already.
For the couple of unit tests we currently seem to have an attempt to use "jasmine" (in the
spec
folder) and then some self-writtenmini_test
test runner in thespec-es6
folder.Do you guys have any favourite test frameworks or suggestions?
I personally only have some experience with
edit: PR for vitest can be found here: #977
Beta Was this translation helpful? Give feedback.
All reactions