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: