Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: remove Jasmine globals (#596)
BREAKING CHANGE: Jasmine globals are no marked as such
  • Loading branch information
SimenB committed Sep 4, 2020
1 parent 0f58aaf commit a0e2bc5
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 a0e2bc5

Please sign in to comment.