https://github.com/ryanashcraft/relay
A JavaScript testing framework doesn't have to be complicated.
https://github.com/ryanashcraft/relay
Last synced: about 1 year ago
JSON representation
A JavaScript testing framework doesn't have to be complicated.
- Host: GitHub
- URL: https://github.com/ryanashcraft/relay
- Owner: ryanashcraft
- License: mit
- Created: 2012-12-02T04:52:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-17T23:42:05.000Z (over 13 years ago)
- Last Synced: 2025-03-11T00:36:46.972Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://ryanashcraft.github.com/relay/
- Size: 211 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Relay
A JavaScript testing framework doesn't have to be complicated.
## No Asynchronous Mess
You can be assured a test block runs reliably, isolated from all other execution. Code inside `runs`, `beforeEach`, and `afterEach` must call the callback argument in order for Relay to proceed.
## Minimal Feature Set
There isn't much code driving the core of Relay. Relay uses an observer pattern to allow new features to be added on a need-by-need basis. Listener objects can be created to subscribe to important Relay event notifications.