소스 검색

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…
취소
저장