We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1643501 commit 511ddceCopy full SHA for 511ddce
test/unit/utils.test.ts
@@ -762,7 +762,7 @@ describe('driver utils', function () {
762
expect(await result.catch(e => e)).to.have.property('message', 'ah!');
763
});
764
765
- 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 () => {
766
const superPromiseSuccess = Promise.resolve(2);
767
const result = maybeCallback(
768
() => superPromiseSuccess,
0 commit comments