Explorar el Código

add waitForUpdate as allowed global in unit tests

Evan You hace 10 años
padre
commit
fff89dff1e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      test/unit/.eslintrc

+ 3 - 0
test/unit/.eslintrc

@@ -1,5 +1,8 @@
 {
   "env": {
     "jasmine": true
+  },
+  "globals": {
+    "waitForUpdate": true
   }
 }