Skip to content

Commit 47e126f

Browse files
committed
Re-enable test
1 parent d962683 commit 47e126f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/test/unit/amazonq/backend_amazonq.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('Amazon Q Login', async function () {
2626
sandbox.restore()
2727
})
2828

29-
it('signs into builder ID npm run and emits telemetry', async function () {
29+
it('signs into builder ID and emits telemetry', async function () {
3030
await backend.startBuilderIdSetup()
3131

3232
assert.ok(AuthUtil.instance.isConnected())
@@ -99,7 +99,7 @@ describe('Amazon Q Login', async function () {
9999
})
100100
})
101101

102-
it.skip('signs out of reauth and emits telemetry', async function () {
102+
it('signs out of reauth and emits telemetry', async function () {
103103
await backend.signout()
104104

105105
assert.ok(!AuthUtil.instance.isConnected())

0 commit comments

Comments
 (0)