5

Why are there so many testing framworks for JavaScript? Jasmine, mocha, buster ... and for spies, stubs and mocks, there is sinon and for assertions, there is chai. And oh you can record entire external api calls with nock and whatever else I forgot. I am a bit overwhelmed by this overambundancy of libraries. Writing tests is supposed to be easy.

Comments
  • 2
    Welcome to the world of Javascript. This isn't restricted to testing, there are hundreds of libraries for the same purpose and you get a new framework every 2 days
  • 0
    JavaScript, a dream for people with NIH syndrome.
Add Comment