Skip to content

Instantly share code, notes, and snippets.

@Shuumatsu
Last active March 27, 2017 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shuumatsu/1955742d152c7e0a9c2a769e0991dbfa to your computer and use it in GitHub Desktop.
Save Shuumatsu/1955742d152c7e0a9c2a769e0991dbfa to your computer and use it in GitHub Desktop.
it('should compose w/ next', function () {
var called = false
return compose([])({}, async () => {
called = true
}).then(function () {
assert(called)
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment