Skip to content

Commit

Permalink
fix nats on node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Jul 15, 2023
1 parent 8ef901f commit 7f22077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/transporters/nats.spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// for Node 10 compatibility
global.globalThis = global;

const ServiceBroker = require("../../../src/service-broker");
const Transit = require("../../../src/transit");
const P = require("../../../src/packets");
Expand Down

0 comments on commit 7f22077

Please sign in to comment.