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 07e66d2 commit d09d1bdCopy full SHA for d09d1bd
crates/oxc_linter/src/rules/vitest/require_awaited_expect_poll.rs
@@ -30,7 +30,7 @@ pub struct RequireAwaitedExpectPoll;
30
declare_oxc_lint!(
31
/// ### What it does
32
///
33
- /// This rule ensures that promises returned by expect.poll & expect.element calls are handled properly.
+ /// This rule ensures that promises returned by `expect.poll` and `expect.element` calls are handled properly.
34
35
/// ### Why is this bad?
36
0 commit comments