Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/__tests__/element-queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ test('using jest helpers to check element fallback roles', () => {
)
})

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