Skip to content

Commit

Permalink
Clear setup and teardown on load
Browse files Browse the repository at this point in the history
  • Loading branch information
asl97 committed Oct 21, 2024
1 parent 810ba6d commit abea80f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ function loads(data){
node.parentNode.removeChild(node);
}

setup.setValue('', 1);
teardown.setValue('', 1);
testcases.clear();

let save;
Expand Down

0 comments on commit abea80f

Please sign in to comment.