Skip to content

Commit

Permalink
Update packages/core/src/test/applicationcomposer/messageHandlers/gen…
Browse files Browse the repository at this point in the history
…erateResourceHandler.test.ts

Co-authored-by: Justin M. Keyes <[email protected]>
  • Loading branch information
Hweinstock and justinmk3 authored Nov 8, 2024
1 parent 0453dba commit 2842ffd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import * as env from '../../../shared/vscode/env'

describe('generateResourceHandler', function () {
it('amazon q is not installed', async function () {
const version = env.getMinVscodeVersion()
if (semver.lt(version, '1.88.0')) {
if (isMinVscode('1.89.0')) {
this.skip()
}
const panel = await createTemplate()
Expand Down

0 comments on commit 2842ffd

Please sign in to comment.