Forum Discussion
rraghvani
Champion Level 3
3 years agoThe other option, is to create a main function and call each of your tests
function main() {
Test1();
Test2();
Test3();
}- not a great way.
The other option, is to create a main function and call each of your tests
function main() {
Test1();
Test2();
Test3();
}- not a great way.