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 - count
- exists - exists
- asyncTestDiscourse - asyncTestDiscourse
- fixture
- find - find
- sinon - sinon
- controllerFor - controllerFor

View File

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