Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Last active January 17, 2021 16:53
Show Gist options
  • Save ng-the-engineer/bec524e1b1e35aafb904013f28f85b12 to your computer and use it in GitHub Desktop.
Save ng-the-engineer/bec524e1b1e35aafb904013f28f85b12 to your computer and use it in GitHub Desktop.
Code snippet: dummy unit test
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