Skip to content

Commit 7e01a94

Browse files
committed
fix(ci): enable codelenses for integ tests
1 parent edcad18 commit 7e01a94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/integrationTest/codelens.js.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { dirname, join } from 'path'
88
import * as vscode from 'vscode'
99
import { getAddConfigCodeLens, getTestWorkspaceFolder } from './integrationTestsUtilities'
1010
import { AddSamDebugConfigurationInput } from '../shared/sam/debugger/commands/addSamDebugConfiguration'
11+
import * as testUtils from './integrationTestsUtilities'
1112

1213
const ACTIVATE_EXTENSION_TIMEOUT_MILLIS = 30000
1314
const CODELENS_TEST_TIMEOUT_MILLIS = 10000
@@ -19,6 +20,7 @@ describe('SAM Local CodeLenses (JS)', async function () {
1920
// TODO : Extend this test suite out to work for different projects with different file configurations
2021
before(async function () {
2122
this.timeout(ACTIVATE_EXTENSION_TIMEOUT_MILLIS)
23+
await testUtils.configureAwsToolkitExtension()
2224
})
2325

2426
it('appear when manifest in subfolder and app is beside manifest', async function () {

0 commit comments

Comments
 (0)