Skip to content

Commit

Permalink
Add node-fetch shim to api_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpsyapse committed Oct 1, 2024
1 parent ddb29d1 commit 7a5f7f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/api_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

var util = require("../lib/testutil");
var log = require("winston");
var fetch = require("node-fetch");
// disable logging during tests
log.remove(log.transports.Console);

Expand Down

0 comments on commit 7a5f7f6

Please sign in to comment.