Skip to content

Commit

Permalink
Add some Jasmine 3 globals (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored and sindresorhus committed Sep 14, 2019
1 parent 4f20e38 commit 8af8bf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,7 @@
"beforeEach": false,
"describe": false,
"expect": false,
"expectAsync": false,
"fail": false,
"fdescribe": false,
"fit": false,
Expand All @@ -1074,6 +1075,7 @@
"pending": false,
"runs": false,
"spyOn": false,
"spyOnAllFunctions": false,
"spyOnProperty": false,
"waits": false,
"waitsFor": false,
Expand Down

0 comments on commit 8af8bf2

Please sign in to comment.