HannoverJS / talks

Talk Proposals, Ideas & Archive
https://hannoverjs.de
12 stars 2 forks source link

Unit Tests (with Ava & Jest) #65

Closed timche closed 6 years ago

timche commented 6 years ago
Tim Cheung
Software Engineer at NewStore
@timche_

Writing unit tests is always a good idea to write reliable code and make sure the code doesn't break in the future. It also takes away the need of manual testing and catches bugs before build- and runtime. In this talk I'll give a brief introduction into unit testing with some of the popular tools existing in the JavaScript ecosystem, Ava & Jest, and how you can set them up and use them.