Table of Contents

About

Test Runner in Javascript.

See also: Javascript - Test Framework

List

Winner: Jest because:

  • it's fully integrated in my IDE
  • it supports React out of the box
  • it can also test Typescript
  • it forces you to not start a browser to test (jsdom)
  • drawback as you are not importing any of its function, IDE parser may returns an error. bouh :(

List of test framework and the number of stars: