Skip to content

Instantly share code, notes, and snippets.

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 beatrichartz/a75a3362d5d712daae49751898606950 to your computer and use it in GitHub Desktop.
Save beatrichartz/a75a3362d5d712daae49751898606950 to your computer and use it in GitHub Desktop.
TDD from the ground up: A failing test
it('should fail', () => {
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment