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 +}