Skip to content

Commit b3d513d

Browse files
committed
format moved the // @ts-ignore
1 parent ef1e226 commit b3d513d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/kms-keyring/test/kms_mrk_discovery_keyring.constructor.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@ describe('AwsKmsMrkAwareSymmetricDiscoveryKeyring: constructor', () => {
123123
})
124124
expect(regionCalled).to.equal(true)
125125
expect(test.clientRegion).to.not.equal(client.config.region)
126-
// @ts-ignore This is to check that the value is a promise
126+
// This is to check that the value is a promise
127127
expect(
128128
typeof test.clientRegion === 'object' &&
129+
// @ts-ignore
129130
typeof test.clientRegion.then === 'function'
130131
).to.equal(true)
131132
})

0 commit comments

Comments
 (0)