Skip to content

Instantly share code, notes, and snippets.

@zt4ff
Created March 14, 2022 21:45
Show Gist options
  • Save zt4ff/2a105cc9ad9b31e06c776eed42d6fbcf to your computer and use it in GitHub Desktop.
Save zt4ff/2a105cc9ad9b31e06c776eed42d6fbcf to your computer and use it in GitHub Desktop.
describe("The Test Group", () => {
it("the title of the test", () => {
// the test code is here
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment