Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 9, 2014 02:25
Embed
What would you like to do?
Object JavaScript - Testing using Q
function test () {
return getSomething().should.eventually.equal(123);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment