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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {
});
});
}
}
}