Javascript – 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. Problem Description: My unit test convertHandler.getNum should return an error on a double-fraction input is…