Skip to content

Commit

Permalink
feat(app): add jasmine browser global to test jshintrc
Browse files Browse the repository at this point in the history
JSHint fails if you refer to `jasmine` in your tests, e.g. `jasmine.createSpy()`. Allowing this seems like a sane default.
  • Loading branch information
markdalgleish committed Dec 17, 2013
1 parent ff979d2 commit 11b6ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/common/root/test/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"expect": false,
"inject": false,
"it": false,
"jasmine": false,
"spyOn": false
}
}
Expand Down

0 comments on commit 11b6ed4

Please sign in to comment.