Skip to content

Commit cd2e5b6

Browse files
committed
enable action and unsupported language
1 parent c2f70f9 commit cd2e5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/test/e2e/amazonq/testGen.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('Amazon Q Test Generation', function () {
8888
sinon.restore()
8989
})
9090

91-
describe.skip('Quick action availability', () => {
91+
describe('Quick action availability', () => {
9292
it('Shows /test when test generation is enabled', async () => {
9393
const command = tab.findCommand('/test')
9494
if (!command.length) {
@@ -112,7 +112,7 @@ describe('Amazon Q Test Generation', function () {
112112
})
113113

114114
describe('/test entry', () => {
115-
describe.skip('Unsupported language', () => {
115+
describe('Unsupported language', () => {
116116
const { language, filePath } = unsupportedLanguages[0]
117117

118118
beforeEach(async () => {

0 commit comments

Comments
 (0)