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...
Typescript version test contains the solution.
What about replacing
Test.expect(a === exepected, msg)
byTest.assertEqual(a,expected,msg)
?