This website works better with JavaScript.
Home
Explore
Help
Sign In
ObsidianBlk
/
wwwterm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
No longer using deprecated methods.
master
Bryan Miller
5 years ago
parent
608b3c0e99
commit
fb1f5dde4a
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
+1
-2
test/test-setup.spec.js
+ 1
- 2
test/test-setup.spec.js
View File
@@ -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(){
Write
Preview
Loading…
Cancel
Save