Merge pull request #1631 from velesin/fixture_jshint_fix

FIX: adds fixture test helper to JSHint config
This commit is contained in:
Robin Ward 2013-11-08 09:53:36 -08:00
commit cabde46fe4
2 changed files with 2 additions and 0 deletions

View file

@ -86,6 +86,7 @@ predef:
- count
- exists
- asyncTestDiscourse
- fixture
- find
- sinon
- controllerFor

View file

@ -114,6 +114,7 @@ var jsHintOpts = {
"count",
"exists",
"asyncTestDiscourse",
"fixture",
"find",
"sinon",
"moment",