Преглед изворни кода

No longer using deprecated methods.

master
Bryan Miller пре 5 година
родитељ
комит
fb1f5dde4a
1 измењених фајлова са 1 додато и 2 уклоњено
  1. +1
    -2
      test/test-setup.spec.js

+ 1
- 2
test/test-setup.spec.js Прегледај датотеку

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

Loading…
Откажи
Сачувај