Skip to content

Commit 7a5f7f6

Browse files
committed
Add node-fetch shim to api_spec
1 parent ddb29d1 commit 7a5f7f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/api_spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
var util = require("../lib/testutil");
55
var log = require("winston");
6+
var fetch = require("node-fetch");
67
// disable logging during tests
78
log.remove(log.transports.Console);
89

0 commit comments

Comments
 (0)