Tilted
TTCTheo's Typesafe Cult
•Created by Lumberjack on 8/22/2023 in #questions
dynamic unit testing
Depending on the unit test technologies, there's different way to do them, but normally you can pass argument to your test methods. You can use test.each in Jest! What are you using?
13 replies
TTCTheo's Typesafe Cult
•Created by Lumberjack on 8/22/2023 in #questions
dynamic unit testing
There's a couple of options. Hardcoding is the most frequent one. You could also look into mutation testing, it's less popular tho.
13 replies