FIX: adds fixture test helper to JSHint config

This commit is contained in:
Wojciech Zawistowski
2013-11-08 17:28:57 +01:00
parent 630ef0f322
commit e3e2d66ae4
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",