mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #1631 from velesin/fixture_jshint_fix
FIX: adds fixture test helper to JSHint config
This commit is contained in:
commit
cabde46fe4
2 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@ predef:
|
|||
- count
|
||||
- exists
|
||||
- asyncTestDiscourse
|
||||
- fixture
|
||||
- find
|
||||
- sinon
|
||||
- controllerFor
|
||||
|
|
|
@ -114,6 +114,7 @@ var jsHintOpts = {
|
|||
"count",
|
||||
"exists",
|
||||
"asyncTestDiscourse",
|
||||
"fixture",
|
||||
"find",
|
||||
"sinon",
|
||||
"moment",
|
||||
|
|
Loading…
Reference in a new issue