Ver código fonte

No longer using deprecated methods.

master
Bryan Miller 5 anos atrás
pai
commit
fb1f5dde4a
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      test/test-setup.spec.js

+ 1
- 2
test/test-setup.spec.js Ver arquivo

@@ -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(){

Carregando…
Cancelar
Salvar