AssertionError: expected [Function] to throw an error
I’m experiencing an inconsistency between the behavior of my unit tests and the actual functionality of a JavaScript function, ConvertHandler.getNum
, within a unit conversion application.
I’m experiencing an inconsistency between the behavior of my unit tests and the actual functionality of a JavaScript function, ConvertHandler.getNum
, within a unit conversion application.