Explorar o código

add waitForUpdate as allowed global in unit tests

Evan You %!s(int64=10) %!d(string=hai) anos
pai
achega
fff89dff1e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      test/unit/.eslintrc

+ 3 - 0
test/unit/.eslintrc

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