Browse Source

No longer using deprecated methods.

master
Bryan Miller 5 years ago
parent
commit
fb1f5dde4a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      test/test-setup.spec.js

+ 1
- 2
test/test-setup.spec.js View File

const chai = require('chai'); const chai = require('chai');


beforeEach(function(){ beforeEach(function(){
console.log("PING");
this.sandbox = sinon.sandbox.create();
this.sandbox = sinon.createSandbox();
}) })


afterEach(function(){ afterEach(function(){

Loading…
Cancel
Save