Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created November 28, 2019 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/077766a118f99751b68074e54cbcd08d to your computer and use it in GitHub Desktop.
Save IntegerMan/077766a118f99751b68074e54cbcd08d to your computer and use it in GitHub Desktop.
document.addEventListener("DOMContentLoaded", function()
{
const addButton = <HTMLElement>document.getElementById("button-add");
addButton.onclick = addTestCase;
updateTestCases(testManager);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment