Skip to content

Instantly share code, notes, and snippets.

@tidusia
Last active November 21, 2018 08:45
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 tidusia/c519467337b3f861d155d86081109a65 to your computer and use it in GitHub Desktop.
Save tidusia/c519467337b3f861d155d86081109a65 to your computer and use it in GitHub Desktop.
redux-comment-tester-ses-reducers-simplement (how work jest)
describe("here name which function or feature you are testing", () => {
it("here explain what specific part of the feature should do", () => {
expect(1 + 1).toBe(2);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment