Metric-Imperial Converter Not all assertions will work properly

Tell us what’s happening:
Describe your issue in detail here.
assert.isUndefined() does not work as a unit test. This evaluates properly in mocha, but the FCC assertionAnalyser function does not add this assertion to the json that is output. I was able to pass the challenge by changing to a assert.typeOf() test which passes both the mocha test and the FCC analysis.

Challenge: Metric-Imperial Converter

Link to the challenge:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.