Skip to content

Instantly share code, notes, and snippets.

@pahund
Last active May 25, 2017 11:09
Show Gist options
  • Save pahund/9bc52127c473a3cd223dbf72b2bee609 to your computer and use it in GitHub Desktop.
Save pahund/9bc52127c473a3cd223dbf72b2bee609 to your computer and use it in GitHub Desktop.
Example of Chai BDD assertion
describe('the best flavor', () => it('is grapefruit', () =>
bestLaCroixFlavor().should.be('grapefruit')
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment