Skip to content

Instantly share code, notes, and snippets.

@Aurora0000
Created August 26, 2015 19:12
Show Gist options
  • Save Aurora0000/c0795ea6b2e622ed0b52 to your computer and use it in GitHub Desktop.
Save Aurora0000/c0795ea6b2e622ed0b52 to your computer and use it in GitHub Desktop.
# Using the .to chainable
expect(1).to.equal(1);
# Using the .to and .be chainables
expect(1).to.be.an('Int');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment