From 973664c802bffc578950d9cef1635d660f2002ce Mon Sep 17 00:00:00 2001 From: Darren Seet Date: Tue, 28 Jan 2020 22:48:04 -0500 Subject: [PATCH] fix(element-queries) jest/valid-title warning in test Remove the work test in the description --- src/__tests__/element-queries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/element-queries.js b/src/__tests__/element-queries.js index 253a64a4..257d586d 100644 --- a/src/__tests__/element-queries.js +++ b/src/__tests__/element-queries.js @@ -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 = `
${Array.from({length: 7000}, (v, key) => key).map(() => {