Skip to content

Commit 93097b5

Browse files
committed
foo
1 parent f66e2ae commit 93097b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/amazonq/test/e2e/amazonq/chat.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ describe('Amazon Q Chat', function () {
3030
})
3131
})
3232

33+
// jscpd:ignore-start
3334
beforeEach(() => {
3435
// Make sure you're logged in before every test
3536
registerAuthHook('amazonq-test-account')
@@ -52,6 +53,8 @@ describe('Amazon Q Chat', function () {
5253
assertContextCommands(tab, ['@workspace'])
5354
})
5455

56+
// jscpd:ignore-end
57+
5558
it('Shows title', () => {
5659
assert.deepStrictEqual(store.tabTitle, 'Chat')
5760
})

packages/amazonq/test/e2e/amazonq/template.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ describe.skip('Amazon Q Test Template', function () {
6464
describe('sends message', async () => {})
6565
})
6666

67-
/* jscpd:ignore-end */
67+
// jscpd:ignore-end

0 commit comments

Comments
 (0)