Skip to content

Instantly share code, notes, and snippets.

@vzaidman
Last active February 1, 2019 17:07
Show Gist options
  • Save vzaidman/08e884bff93a44e0c5d352958d4d8b88 to your computer and use it in GitHub Desktop.
Save vzaidman/08e884bff93a44e0c5d352958d4d8b88 to your computer and use it in GitHub Desktop.
// "describe" is in the global scope already
// so no these require lines are **not required**:
// import { describe } from 'jest'
// import { describe } from 'jasmine'
describe('calculator', function() {
...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment