We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca04a2 commit bc96da6Copy full SHA for bc96da6
test/unit/cmap/auth/auth_provider.test.ts
@@ -5,6 +5,7 @@ import { AuthProvider, MongoRuntimeError } from '../../../mongodb';
5
describe('AuthProvider', function () {
6
describe('#reauth', function () {
7
context('when the provider is already reauthenticating', function () {
8
+ //@ts-expect-error: cannot make an instance of an abstract class
9
const provider = new AuthProvider();
10
const context = { reauthenticating: true };
11
0 commit comments