Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/razzeee/jest-elm-test

Comparing elm-test and jest
https://github.com/razzeee/jest-elm-test

Last synced: 11 days ago
JSON representation

Comparing elm-test and jest

Awesome Lists containing this project

README

        

# Compare some test frameworks

This runs a simple sum test 10000 times.

Just run this:

```sh
cd jest-test
time npm test
cd..

cd jest-test-ts
time npm test
cd..

cd elm-test
time npm test
cd..

cd mocha
time npm test
cd..

```