Skip to content

hydrojs/co

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM version Build Status

hydro-co

co integration for Hydro

Usage

it('works!', function *() {
  yield sleep(500);
  yield otherStuff();
  yield User.create({ name: 'Bob' });
});

Installation

npm install hydro-co

Tests

$ make test

License

MIT License