This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
yf_nkx
/
agmp_iot_jetlinks_ui
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
test: fix tests by adding testURL to jest configuration
close
#1933
KJlmfe
%!s(int64=8) %!d(string=hai) anos
pai
56a07488bf
achega
54b25eafe2
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Unificar vista
Mostrar estatísticas de Diff
3
0
jest.config.js
+ 3
- 0
jest.config.js
Ver ficheiro
@@ -0,0 +1,3 @@
+module.exports = {
+ testURL: 'http://localhost:8000',
+};