Last active
February 1, 2019 17:07
-
-
Save vzaidman/08e884bff93a44e0c5d352958d4d8b88 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" 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