Skip to content

Instantly share code, notes, and snippets.

@marcoemrich
Last active July 3, 2020 14:26
Show Gist options
  • Save marcoemrich/bc86f961fdd8cb536885fb6fef086a98 to your computer and use it in GitHub Desktop.
Save marcoemrich/bc86f961fdd8cb536885fb6fef086a98 to your computer and use it in GitHub Desktop.
JS-Testing: describe-it-structure
describe("...", () => {
it("...", () => {
...
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment