diff --git a/test/.jshintrc b/test/.jshintrc new file mode 100644 index 00000000..383e4959 --- /dev/null +++ b/test/.jshintrc @@ -0,0 +1,12 @@ +{ + "extends": "../.jshintrc", + "globals": [ + "describe", + "it", + "xit", + "before", + "after", + "beforeEach", + "afterEach" + ] +}