Skip to content

Commit 1c2fbdb

Browse files
committed
remove wtfnode
1 parent 6a8ed91 commit 1c2fbdb

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"url": "https://github.com/fabito/botkit-storage-datastore/issues"
2323
},
2424
"dependencies": {
25-
"@google-cloud/datastore": "^3.0.1",
26-
"wtfnode": "^0.8.0"
25+
"@google-cloud/datastore": "^3.0.1"
2726
},
2827
"devDependencies": {
2928
"coveralls": "^3.0.2",

tests/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
//var wtf = require('wtfnode')
21
var should = require('should'),
32
sinon = require('sinon'),
43
proxyquire = require('proxyquire').noCallThru();
54

65
require('should-sinon');
7-
/*
8-
9-
setInterval(() => {
10-
wtf.dump()
11-
}, 2000)
12-
*/
136

147
describe('Datastore', function() {
158
var GCloudDatastore,

0 commit comments

Comments
 (0)