What a test actually isbeginner
A test is a comparison that throws when it is wrong — and one example proves almost nothing, because a function that always returns the same answer will pass it.
One assertion is not a test suite. Prove it.
Your suite passes a correct add and fails four broken ones.
Published in full, before you start — every point is one of these and there is nothing else. Each one runs your code; it is not a search for keywords.
A test is a comparison that throws when it is wrong — and one example proves almost nothing, because a function that always returns the same answer will pass it.