Created
May 22, 2019 18:22
-
-
Save jtenner/d2e2647a29846efd18017118c50fe5e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe("not", (): void => { | |
it("should not be -1", (): void => { | |
expect<i32>(42).not.toBe(-1, "42 is not -1"); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment