From 5239b6cfb43e888a799d907d79b1326e80cad2ed Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Sun, 24 Nov 2019 14:30:04 +0000 Subject: [PATCH] Fix comment typo [nocode] --- test/utils/renderClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/renderClient.js b/test/utils/renderClient.js index 1c9fa97..85aec36 100644 --- a/test/utils/renderClient.js +++ b/test/utils/renderClient.js @@ -120,7 +120,7 @@ async function renderClient(html, finalHtml, makeElement) { // Output console errors // Ignore console output as ReactDOM erroneously warns when it shouldn't - // TODO Try to fix this is ReactDOM! + // TODO Try to fix this in ReactDOM! // expect(output).toEqual([]);