expect(true)->toBeTrue(); test('runs 1', function () { // This test did performs assertions... }); test('runs 2', function () { // This test did performs assertions... }); test('runs 3', function () { // This test did performs assertions... });