Skip to content

Instantly share code, notes, and snippets.

@jtenner
Created May 22, 2019 13:55
Show Gist options
  • Save jtenner/4ff571b95099b62075e72f678e300ef2 to your computer and use it in GitHub Desktop.
Save jtenner/4ff571b95099b62075e72f678e300ef2 to your computer and use it in GitHub Desktop.
describe("example", (): void => {
it("should be meaninful", (): void => {
expect<i32>(19 + 23).toBe(42, "42 is the meaning of life.");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment