Explorar el Código

Added missing globals to tests' jshintrc.

Piotrek Koszuliński hace 10 años
padre
commit
01eab6b098
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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,