Skip to content

Commit

Permalink
Add test specific .jshintrc file extending base one
Browse files Browse the repository at this point in the history
I kept the jshint comments for now as it is not supported by gulp-jshint.
Though they should be deleted once they add support.
  • Loading branch information
SBoudrias committed Jan 3, 2014
1 parent cb87b9b commit de71d6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/.jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": "../.jshintrc",
"globals": [
"describe",
"it",
"xit",
"before",
"after",
"beforeEach",
"afterEach"
]
}

0 comments on commit de71d6a

Please sign in to comment.