Skip to content

Commit

Permalink
DTSHOPSCE-4476: [MUSE] turn off autoloading of pptm.js in JS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
yehor-anisimov committed Dec 23, 2024
1 parent 0295f7b commit 4dda3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/paypal.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* @flow */

import { insertMockSDKScript } from '@paypal/sdk-client/src';
import { SDK_QUERY_KEYS } from '@paypal/sdk-constants/src';
// import { insertMockSDKScript } from '@paypal/sdk-client/src';
// import { SDK_QUERY_KEYS } from '@paypal/sdk-constants/src';

// eslint-disable-next-line import/no-namespace
import * as muse from '../src';

Check failure on line 7 in test/paypal.js

View workflow job for this annotation

GitHub Actions / main

'muse' is defined but never used
Expand Down

0 comments on commit 4dda3bf

Please sign in to comment.