Skip to content

Commit 8a62d82

Browse files
authored
chore(element-queries): jest/valid-title warning in test (#437)
Remove the work test in the description
1 parent 3805b27 commit 8a62d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/element-queries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ test('using jest helpers to check element fallback roles', () => {
677677
)
678678
})
679679

680-
test('test the debug helper prints the dom state here', () => {
680+
test('the debug helper prints the dom state here', () => {
681681
const originalDebugPrintLimit = process.env.DEBUG_PRINT_LIMIT
682682
const Large = `<div>
683683
${Array.from({length: 7000}, (v, key) => key).map(() => {

0 commit comments

Comments
 (0)