We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf9324 commit bbd1446Copy full SHA for bbd1446
test/unit/transit-gateway-apis.v1.test.js
@@ -16,6 +16,7 @@
16
17
// need to import the whole package to mock getAuthenticatorFromEnvironment
18
const sdkCorePackage = require('ibm-cloud-sdk-core');
19
+
20
const { NoAuthAuthenticator, unitTestUtils } = sdkCorePackage;
21
22
const TransitGatewayApisV1 = require('../../dist/transit-gateway-apis/v1');
@@ -29,7 +30,7 @@ const {
29
30
checkMediaHeaders,
31
expectToBePromise,
32
checkForSuccessfulExecution,
-} = require('@ibm-cloud/sdk-test-utilities');
33
+} = unitTestUtils;
34
35
const transitGatewayApisServiceOptions = {
36
authenticator: new NoAuthAuthenticator(),
0 commit comments