Просмотр исходного кода

No longer using deprecated methods.

master
Bryan Miller 5 лет назад
Родитель
Сommit
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(){

Загрузка…
Отмена
Сохранить