Kaynağa Gözat

No longer using deprecated methods.

master
Bryan Miller 5 yıl önce
ebeveyn
işleme
fb1f5dde4a
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. +1
    -2
      test/test-setup.spec.js

+ 1
- 2
test/test-setup.spec.js Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet