https://github.com/crowdhailer/legit.js
A minimal JavaScript testing framework
https://github.com/crowdhailer/legit.js
Last synced: 9 months ago
JSON representation
A minimal JavaScript testing framework
- Host: GitHub
- URL: https://github.com/crowdhailer/legit.js
- Owner: CrowdHailer
- License: apache-2.0
- Created: 2016-07-29T13:55:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-30T09:42:05.000Z (over 9 years ago)
- Last Synced: 2025-02-07T19:44:51.901Z (11 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# legit.js
A minimal JavaScript testing framework.
The purpose of Legit is to respect best practises in terms of functional purity and side effect encapsulation.
Hopefully this result in quite tests. (Not filling the console with output.)
A minimal API should make legit intuitive to anyone familiar with JavaScript idioms.