Skip to content

Commit

Permalink
update jest globals (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronabramov authored and sindresorhus committed Sep 10, 2016
1 parent d254dca commit 4533d2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion globals.json
Expand Up @@ -915,7 +915,9 @@
"xit": false
},
"jest": {
"afterAll": false,
"afterEach": false,
"beforeAll": false,
"beforeEach": false,
"check": false,
"describe": false,
Expand All @@ -928,7 +930,8 @@
"require": false,
"test": false,
"xdescribe": false,
"xit": false
"xit": false,
"xtest": false
},
"qunit": {
"asyncTest": false,
Expand Down

0 comments on commit 4533d2a

Please sign in to comment.