Created
November 26, 2020 10:22
-
-
Save qunabu/8fe9bae0271ed5adf3daac1f21b668a0 to your computer and use it in GitHub Desktop.
TestRules.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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