top | item 30182422

(no title)

parthokr | 4 years 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.

discuss

order

danappelxx|4 years ago

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.

systemnate|4 years ago

I don't think this is OK with any language.