toBe(5); }); test('math add negative', function () { expect(Math::add(-1, 1))->toBe(0); });