Parcourir la source

No longer using deprecated methods.

master
Bryan Miller il y a 5 ans
Parent
révision
fb1f5dde4a
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. +1
    -2
      test/test-setup.spec.js

+ 1
- 2
test/test-setup.spec.js Voir le fichier

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

Chargement…
Annuler
Enregistrer