UNPKG

@opstarts/chimp

Version:

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

13 lines (12 loc) 190 B
// gh-8 var Fiber = require('fibers'); try { Fiber(function() { var that = Fiber.current; Fiber(function(){ that.run(); }).run(); }).run(); } catch(err) { console.log('pass'); }