This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
vuejs
/
vue
mirror da
https://github.com/vuejs/vue.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
add waitForUpdate as allowed global in unit tests
Evan You
10 anni fa
parent
4540aaf37d
commit
fff89dff1e
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
3
0
test/unit/.eslintrc
+ 3
- 0
test/unit/.eslintrc
Vedi File
@@ -1,5 +1,8 @@
{
"env": {
"jasmine": true
+ },
+ "globals": {
+ "waitForUpdate": true
}
}