Ver código fonte

Added missing globals to tests' jshintrc.

Piotrek Koszuliński 10 anos atrás
pai
commit
01eab6b098
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      tests/.jshintrc

+ 2 - 0
tests/.jshintrc

@@ -19,6 +19,8 @@
 		"it": false,
 		"before": false,
 		"beforeEach": false,
+		"after": false,
+		"afterEach": false,
 		"expect": false,
 		"bender": false,
 		"sinon": false,