Sfoglia il codice sorgente

add waitForUpdate as allowed global in unit tests

Evan You 10 anni fa
parent
commit
fff89dff1e
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      test/unit/.eslintrc

+ 3 - 0
test/unit/.eslintrc

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