Hacker News new | ask | show | jobs
by parthokr 1597 days ago
"Which unit-testing frameworks / tools do you regularly use?" 42% don't seem to write test for javascript.

Source: https://www.jetbrains.com/lp/devecosystem-2021/javascript/

I think this is okay with javascript.

2 comments

I think this is especially not okay with JavaScript, due to its numerous quirks and type finagling. Typescript, though, perhaps can get away without unit tests for simple stuff.
I don't think this is OK with any language.