/home/mip/mip/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/view.pest.stub
<?php

it('can render', function () {
    $contents = $this->view('{{ name }}', [
        //
    ]);

    $contents->assertSee('');
});