This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
vuejs
/
vue
espejo de
https://github.com/vuejs/vue.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add waitForUpdate as allowed global in unit tests
Evan You
hace 10 años
padre
4540aaf37d
commit
fff89dff1e
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
test/unit/.eslintrc
+ 3
- 0
test/unit/.eslintrc
Ver fichero
@@ -1,5 +1,8 @@
{
"env": {
"jasmine": true
+ },
+ "globals": {
+ "waitForUpdate": true
}
}