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 96015ab commit 8ea3827Copy full SHA for 8ea3827
packages/core/src/test/shared/sam/sync.test.ts
@@ -65,7 +65,7 @@ import { PrompterTester } from '../wizards/prompterTester'
65
import { createTestRegionProvider } from '../regions/testUtil'
66
import { ToolkitPromptSettings } from '../../../shared/settings'
67
import { DefaultEcrClient } from '../../../shared/clients/ecrClient'
68
-import * as assert from 'assert'
+import assert from 'assert'
69
70
describe('SAM SyncWizard', async function () {
71
const createTester = async (params?: Partial<SyncParams>) =>
0 commit comments