Skip to content

Commit

Permalink
Merge pull request #81 from mohayonao/tools
Browse files Browse the repository at this point in the history
tools++
  • Loading branch information
mohayonao committed Jun 17, 2014
2 parents 60be1c4 + e66fbf1 commit 675d97f
Show file tree
Hide file tree
Showing 25 changed files with 9,810 additions and 460 deletions.
18 changes: 18 additions & 0 deletions .jshintrc-for-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"expr" : true,
"loopfunc": true,
"globals": {
"sc" : true,
"context" : true,
"describe" : true,
"it" : true,
"chai" : true,
"sinon" : true,
"expect" : true,
"before" : true,
"beforeEach": true,
"afterEach" : true,
"after" : true,
"esprima" : true
}
}
Loading

0 comments on commit 675d97f

Please sign in to comment.