Update TestUtility.js

This commit is contained in:
Francisco Hodge
2019-11-15 19:20:36 -05:00
committed by GitHub
parent 01cae8beeb
commit 45b1611fe3
+2 -2
View File
@@ -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 {
});
});
}
}
}