Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/razzeee/jest-elm-test
- Owner: razzeee
- Created: 2021-04-18T00:49:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T12:40:51.000Z (over 3 years ago)
- Last Synced: 2024-10-15T17:49:34.532Z (about 1 month ago)
- Language: JavaScript
- Size: 342 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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..```