UNPKG

@opstarts/chimp

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

9 lines (8 loc) 143 B
// gh-12 var Fiber = require('fibers'); Fiber(function() { if (!Fiber.current.started) { throw new Error; } }).run(); console.log('pass');