From 45b1611fe32411759f54b48cc73ece97525c42af Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Fri, 15 Nov 2019 19:20:36 -0500 Subject: [PATCH] Update TestUtility.js --- src/utils/TestUtility.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/TestUtility.js b/src/utils/TestUtility.js index b41b951a..1ad2ceb8 100644 --- a/src/utils/TestUtility.js +++ b/src/utils/TestUtility.js @@ -3,7 +3,7 @@ */ export default class TestUtility { /** - * Set's a basic DOM structure to test in + * Sets a basic DOM structure to test in */ setDOM = (divClass) => { this.clear(); @@ -109,4 +109,4 @@ export default class TestUtility { }); }); } -} \ No newline at end of file +}