We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b5794 commit 7b7322eCopy full SHA for 7b7322e
test/unit/utils.test.ts
@@ -470,7 +470,7 @@ describe('driver utils', function () {
470
expect(await result.catch(e => e)).to.have.property('message', 'ah!');
471
});
472
473
- it('should return void event if a custom promise is set and a callback is provided', async () => {
+ it('should return void even if a custom promise is set and a callback is provided', async () => {
474
const superPromiseSuccess = Promise.resolve(2);
475
const result = maybeCallback(
476
() => superPromiseSuccess,
0 commit comments