to-do(4): open

This commit is contained in:
Rodney, Tiara 2025-05-01 22:49:51 +02:00
parent 72248008b9
commit 07b1228ac0
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

18
TODO
View file

@ -77,7 +77,7 @@ Description: It's a good idea to describe the development workflow, including
ID: 3 ID: 3
Type: bugfix Type: bugfix
Title: modularize testing further Title: modularize testing further
Status: in-progress Status: done
Priority: high Priority: high
Created: 2025-05-01 Created: 2025-05-01
Description: Since I am going to implement unit tests as well as integration Description: Since I am going to implement unit tests as well as integration
@ -86,3 +86,19 @@ Description: Since I am going to implement unit tests as well as integration
`tests/unit/`, `tests/integration`, etc. `tests/unit/`, `tests/integration`, etc.
--- ---
ID: 4
Type: feature
Title: migrate testing framework from Jest to Mocha
Status: open
Priority: high
Created: 2025-05-01
Description: I really don't like behavior-driven testing, at least when it comes
to unit testing. It feels like Walldorf education... Where I need
to come up with an abstraction for describing my test. A function
has an input and gives an output. That's what I want to test. I'm
not trying to find the philosophical meaning of my functions...
Hopefully Mocha is the savior. I'm sticking to xUnit based testing
from now on.
---