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

https://github.com/lautis/bacon-jest-test

An example of using Bacon.js with Jest
https://github.com/lautis/bacon-jest-test

Last synced: 2 months ago
JSON representation

An example of using Bacon.js with Jest

Awesome Lists containing this project

README

        

# Bacon & Jest example

An example of using Bacon.js with Jest. Nothing unusual, except that all Bacon
requires should happen during the same lifecycle method. Mixing file requires
with requires within examples or beforeEach doesn't work.