Skip to content

Commit bc96da6

Browse files
committed
chore: disable ts warning
1 parent 1ca04a2 commit bc96da6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/cmap/auth/auth_provider.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { AuthProvider, MongoRuntimeError } from '../../../mongodb';
55
describe('AuthProvider', function () {
66
describe('#reauth', function () {
77
context('when the provider is already reauthenticating', function () {
8+
//@ts-expect-error: cannot make an instance of an abstract class
89
const provider = new AuthProvider();
910
const context = { reauthenticating: true };
1011

0 commit comments

Comments
 (0)