We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f5df0 commit 9ede409Copy full SHA for 9ede409
packages/server/test/unit/cloud/api/cloud_request_spec.ts
@@ -3,7 +3,7 @@ import sinonChai from 'sinon-chai'
3
import chai, { expect } from 'chai'
4
// NOTE: having to import directly from the lib folder as we cannot test ES6 classes effectively with sinon.
5
// Since this is a test, this is OK, but testing directly from lib in other modules is not a best practice.
6
-import agent, { strictAgent } from '@packages/network/lib/agent'
+import { agent, strictAgent } from '@packages/network'
7
import axios, { CreateAxiosDefaults, AxiosInstance } from 'axios'
8
import debugLib from 'debug'
9
import stripAnsi from 'strip-ansi'
0 commit comments