Jest 0.8.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...