Skip to content

Commit fc8a1c6

Browse files
committed
add exception for eslint
1 parent c622306 commit fc8a1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/test/credentials/auth.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,8 @@ describe('Auth', function () {
490490
})
491491
})
492492
})
493-
494-
describe('Shared ini files', function () {
493+
// eslint-disable-next-line aws-toolkits/no-only-in-tests
494+
describe.only('Shared ini files', function () {
495495
let tmpDir: string
496496

497497
beforeEach(async function () {

0 commit comments

Comments
 (0)