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

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.

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.