Skip to content

Instantly share code, notes, and snippets.

@jtenner
Last active May 23, 2019 14:57
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 jtenner/6c7f7f2fef758f697f363990dc6cb5bc to your computer and use it in GitHub Desktop.
Save jtenner/6c7f7f2fef758f697f363990dc6cb5bc to your computer and use it in GitHub Desktop.
describe("A failing test", (): void => {
it("should fail", (): void => {
expect<bool>(false).toBeTruthy("Show this message, because we expect a falsy value to be truthy!");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment