Skip to content

Instantly share code, notes, and snippets.

@jtenner
Created May 22, 2019 14:14
Show Gist options
  • Save jtenner/2f8ea3cd24114cb9c6cbe80edfeecbb5 to your computer and use it in GitHub Desktop.
Save jtenner/2f8ea3cd24114cb9c6cbe80edfeecbb5 to your computer and use it in GitHub Desktop.
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