Last active
January 17, 2021 16:53
-
-
Save ng-the-engineer/bec524e1b1e35aafb904013f28f85b12 to your computer and use it in GitHub Desktop.
Code snippet: dummy unit test
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
test("Dummy unit test", () => { | |
const actual = null; // not implemented yet | |
expect(actual).toBe(1); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment