Skip to content

Instantly share code, notes, and snippets.

@jekku
Created October 8, 2017 03:47
Show Gist options
  • Save jekku/899630010e909104d5d791a3a32cd8a2 to your computer and use it in GitHub Desktop.
Save jekku/899630010e909104d5d791a3a32cd8a2 to your computer and use it in GitHub Desktop.
describe('what it is', () => {
it('should take time', () => {
expect(things).to.(takeTime())
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment