Add beforeEach and jasmine globals for spec files.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -206,10 +206,12 @@ module.exports = function (grunt) { | ... | @@ -206,10 +206,12 @@ module.exports = function (grunt) { |
206 | specs: { | 206 | specs: { |
207 | options: { | 207 | options: { |
208 | globals: { | 208 | globals: { |
209 | beforeEach: false, | ||
209 | define: false, | 210 | define: false, |
210 | describe: false, | 211 | describe: false, |
211 | expect: false, | 212 | expect: false, |
212 | it: false, | 213 | it: false, |
214 | jasmine: false, | ||
213 | } | 215 | } |
214 | }, | 216 | }, |
215 | files: { | 217 | files: { | ... | ... |
-
Please register or sign in to post a comment