Przeglądaj źródła

add waitForUpdate as allowed global in unit tests

Evan You 10 lat temu
rodzic
commit
fff89dff1e
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      test/unit/.eslintrc

+ 3 - 0
test/unit/.eslintrc

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