should add some code like this in your test //add(123, "321") === "444"; some solutions has been passed will throw an error.
Test by code add(123, "321");//will throw error;
Loading collection data...
should add some code like this in your test
//add(123, "321") === "444";
some solutions has been passed will throw an error.
Test by code
add(123, "321");//will throw error;