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 c2f70f9 commit cd2e5b6Copy full SHA for cd2e5b6
packages/amazonq/test/e2e/amazonq/testGen.test.ts
@@ -88,7 +88,7 @@ describe('Amazon Q Test Generation', function () {
88
sinon.restore()
89
})
90
91
- describe.skip('Quick action availability', () => {
+ describe('Quick action availability', () => {
92
it('Shows /test when test generation is enabled', async () => {
93
const command = tab.findCommand('/test')
94
if (!command.length) {
@@ -112,7 +112,7 @@ describe('Amazon Q Test Generation', function () {
112
113
114
describe('/test entry', () => {
115
- describe.skip('Unsupported language', () => {
+ describe('Unsupported language', () => {
116
const { language, filePath } = unsupportedLanguages[0]
117
118
beforeEach(async () => {
0 commit comments