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

View File

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