This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
cturan
/
vendure
espejo de
https://github.com/vendure-ecommerce/vendure
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
test: Set Jest environment to "node" for all server tests
Michael Bromley
hace 6 años
padre
8ac2e6ccee
commit
169ae564c0
Se han
modificado 2 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
packages/core/jest.config.js
1
0
packages/email-plugin/jest.config.js
+ 1
- 0
packages/core/jest.config.js
Ver fichero
@@ -21,4 +21,5 @@ module.exports = {
},
},
},
+ testEnvironment: 'node',
};
+ 1
- 0
packages/email-plugin/jest.config.js
Ver fichero
@@ -21,4 +21,5 @@ module.exports = {
},
},
},
+ testEnvironment: 'node',
};