Skip to content

Commit ee2c337

Browse files
JMiltierBelco90
andauthored
refactor: shorten error message
Co-authored-by: Mario Beltrán <me@belco.dev> Signed-off-by: Josh Miltier <32140184+JMiltier@users.noreply.github.com>
1 parent e3f0c3b commit ee2c337

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/rules/no-unsettled-absence-query.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export default createTestingLibraryRule<Options, MessageIds>({
8686
messages: {
8787
noUnsettledAbsenceQuery:
8888
'Absence assertion on `{{queryMethod}}` appears before the component has settled. ' +
89-
'The element may not have rendered yet, resulting in a false positive. ' +
9089
'Add an `await` expression (e.g. `findBy*`, `waitFor`, `act`) or a `getBy*` call before this assertion.',
9190
},
9291
schema: [],

0 commit comments

Comments
 (0)