What the... I neet to drown myself by stuffing my head into toilet..
with rejex you can do everything :)
Genius!
I feel so stupid now than I'm going to drown myself by stuffing my head into the toilet. See you on the other side...
Thanks for letting me know. The person who translated it must have forgotten to remove it from the example test cases. It should now be removed.
Typescript version test contains the solution.
What about replacing Test.expect(a === exepected, msg) by Test.assertEqual(a,expected,msg) ?
Test.expect(a === exepected, msg)
Test.assertEqual(a,expected,msg)
Loading collection data...
What the... I neet to drown myself by stuffing my head into toilet..
with rejex you can do everything :)
Genius!
I feel so stupid now than I'm going to drown myself by stuffing my head into the toilet. See you on the other side...
Thanks for letting me know. The person who translated it must have forgotten to remove it from the example test cases. It should now be removed.
Typescript version test contains the solution.
What about replacing
Test.expect(a === exepected, msg)
byTest.assertEqual(a,expected,msg)
?