Skip to content

Commit

Permalink
fix: remove Jasmine globals (#596)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
  • Loading branch information
SimenB and G-Rath committed Jul 31, 2020
1 parent e695b3c commit 364cace
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 364cace

Please sign in to comment.