JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tags: 'Jest', 'React'. Clear
Scoop.it!

Testing Flux Applications

Testing Flux Applications | JavaScript for Line of Business Applications | Scoop.it

For a unit test to operate on a truly isolated unit of the application, we need to mock every module except the one we are testing. Jest makes the mocking of other parts of a Flux application trivial. 


Via Ofir Shalev
No comment yet.
Scoop.it!

Jest vs. Mocha: Why Jest Wins

Jest vs. Mocha: Why Jest Wins | JavaScript for Line of Business Applications | Scoop.it

When developing front-end applications, my TDD tool belt consists of karma, mocha, sinon, and chai. When I first learned of Jest, I was skeptical of the new JavaScript unit testing framework and was not convinced I should make the switch. After a bit of research and a sample project on Github, I will tell you why I have made the decision to switch and why you should, too. ...

No comment yet.