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
- Host: GitHub
- URL: https://github.com/lautis/bacon-jest-test
- Owner: lautis
- License: mit
- Created: 2015-10-20T18:42:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T18:45:47.000Z (over 9 years ago)
- Last Synced: 2025-02-10T08:44:23.282Z (4 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.