Skip to content

Commit

Permalink
fixup! fixup! chore: more changes suggested in review
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Mar 16, 2023
1 parent fb24745 commit 7b16bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/notifier/test/test-notifier-adaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ test('observeIteration - synchronous throw from observer stops hard', async t =>
t.fail(`unexpected finish with state ${state}`);
},
fail: reason => {
// @ts-expect-error cast
t.is(reason.message, 'sync propagates');
},
}),
Expand Down

0 comments on commit 7b16bd4

Please sign in to comment.