survivejs / webpack-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/webpack/
2.42k stars 319 forks source link

Chapter - Testing #87

Closed bebraw closed 7 years ago

bebraw commented 8 years ago

Basic setups. Karma+Mocha+???, testem, others? Please comment what you would like to see there.

alejandronanez commented 8 years ago

I'd like to see something related to AVA or maybe Karma+Mocha (it's way more popular).

quantuminformation commented 7 years ago

Karma + mocha would be great.

sapegin commented 7 years ago

Jest!

drawm commented 7 years ago

+1 Karma+Mocha

jeggett commented 7 years ago

Jest

klauszhang commented 7 years ago

karmar+mocha+coverage (getting coverage of transpiled code, such as typescript )

davidmoshal commented 7 years ago

typescript, wallabyjs

bebraw commented 7 years ago

There's a chapter to preview now, https://github.com/survivejs/webpack-book/blob/dev/manuscript/techniques/04_testing.md .