We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7322e commit bf668c2Copy full SHA for bf668c2
test/unit/utils.test.ts
@@ -355,7 +355,7 @@ describe('driver utils', function () {
355
});
356
357
describe('maybeCallback()', () => {
358
- it('should accept to two arguments', () => {
+ it('should accept two arguments', () => {
359
expect(maybeCallback).to.have.lengthOf(2);
360
361
@@ -445,7 +445,6 @@ describe('driver utils', function () {
445
446
describe('when a custom promise constructor is set', () => {
447
beforeEach(() => {
448
- // @ts-expect-error: Bluebird does not have type info
449
PromiseProvider.set(BluebirdPromise);
450
451
0 commit comments