Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
ObsidianBlk
/
wwwterm
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
No longer using deprecated methods.
master
Bryan Miller
hace 5 años
padre
608b3c0e99
commit
fb1f5dde4a
Se han
modificado 1 ficheros
con
1 adiciones
y
2 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-2
test/test-setup.spec.js
+ 1
- 2
test/test-setup.spec.js
Ver fichero
@@ -4,8 +4,7 @@ const sinon = require('sinon');
const chai = require('chai');
beforeEach(function(){
console.log("PING");
this.sandbox = sinon.sandbox.create();
this.sandbox = sinon.createSandbox();
})
afterEach(function(){
Escribir
Vista previa
Cargando…
Cancelar
Guardar