Conversation

Question for a personal project: I’m using with esbuild for a web app and no front-end framework, is there an established unit test tool that would work for my situation and doesn’t bring a big list of dependencies ? I don’t need browser-testing or anything fancy

3
0
0

@archiloque test runner would be a zero dependency option.

https://nodejs.org/api/test.html

Otherwise you're probably looking at , , or , but they have varying amounts of dependencies and complexity.

1
0
0

@develwithoutacause I actually tried to use it this morning but failed to make it work 😭

0
0
0