Skip to content

Commit

Permalink
Update client.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman committed Nov 20, 2023
1 parent c83c352 commit 36b31da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client/src/client.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict';
const nock = require('nock');
const sgClient = require('./client');
const testClient = require('./client');

const testRequest = (request, statusCode) => {
const sgClient = require('./client');
Expand Down

0 comments on commit 36b31da

Please sign in to comment.