Skip to content

Commit

Permalink
fix: remove Jasmine globals (#596)
Browse files Browse the repository at this point in the history
* fix: remove Jasmine globals

BREAKING CHANGE: Jasmine globals are no marked as such

* chore: remove `require` as well

* chore: remove `fail` as well

Co-authored-by: Gareth Jones <jones258@gmail.com>
  • Loading branch information
SimenB and G-Rath committed Jul 28, 2020
1 parent 7a1f66c commit 77d8c94
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/globals.json
Expand Up @@ -5,14 +5,9 @@
"beforeEach": false,
"describe": false,
"expect": false,
"fail": false,
"fit": false,
"it": false,
"jasmine": false,
"jest": false,
"pending": false,
"pit": false,
"require": false,
"test": false,
"xdescribe": false,
"xit": false,
Expand Down

0 comments on commit 77d8c94

Please sign in to comment.