Created
May 22, 2019 14:14
-
-
Save jtenner/2f8ea3cd24114cb9c6cbe80edfeecbb5 to your computer and use it in GitHub Desktop.
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("Foo class", (): void => { | |
describe("#.bar()", (): void => { | |
// put the `#.bar()` tests here! | |
}); | |
describe("#.baz()", (): void => { | |
// put the `#.baz()` tests here! | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment