Skip to content

Instantly share code, notes, and snippets.

@qunabu
Created November 26, 2020 10:22
Show Gist options
  • Save qunabu/8fe9bae0271ed5adf3daac1f21b668a0 to your computer and use it in GitHub Desktop.
Save qunabu/8fe9bae0271ed5adf3daac1f21b668a0 to your computer and use it in GitHub Desktop.
TestRules.js
describe("A set of functionalities", () => {
it("a set of functionalities should do something nice", () => {});
it("a subset of functionalities should do something great", () => {});
it("a subset of functionalities should do something awesome", () => {});
it("another subset of functionalities should also do something great", () => {});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment