So when I look at the tests, the test expects as a result:
assert.include(
data.favoriteFoods,
'pizza',
'"model.favoriteFoods" does not include the expected items'
);
assert.include(
data.favoriteFoods,
'cheese',
'"model.favoriteFoods" does not include the expected items'
);
Exactly what I want to say, ‘even the sad panda smiles’! (I know there is a meme but idc)
I’ve been stuck here for like a week. At least twice I rebuilt the whole project but still clueless, until you helped. I deeply appreciate it miku86, thank you.