Coding is fun, and testing should be too!

Pest provides a human-readable and beautiful syntax.

it('has a welcome page', function () {
    get('/')-\u003eassertStatus(200);
});