Jest

Software Screenshot:
Jest
Software Details:
Version: 0.8.2 updated
Upload Date: 6 Mar 16
Developer: Facebook
Distribution Type: Freeware
Downloads: 91

Rating: 4.5/5 (Total Votes: 2)

What Jest does on top of Jasmine is to allow developers to configure and automatically append unit test files in a special folder next to the code itself.

Jest will go to that folder every time, read the dependencies, load them, run the test (synchronously or asynchronously), and then show the results.

And what's great about Jest is that it doesn't even need a browser for the tests. All code is run against a "fake" page recreated via JSDOM, and they are also run in parallel so they take less than something run in QUnit or other similar frameworks.

Jest is compatible with vanilla JavaScript syntax, can work with client-side and server-side JavaScript code, and also includes support for CoffeeScript, React, or jQuery.

Requirements:

  • Node.js 0.8 or higher

Similar Software

a11y
a11y

9 Apr 16

Apache Rat
Apache Rat

13 Apr 15

EasyMock
EasyMock

1 Mar 15

PMD Code Analyzer
PMD Code Analyzer

11 Aug 16

Other Software of Developer Facebook

Comments to Jest

Comments not found
Add Comment
Turn on images!