build(deps): add Pest

This commit is contained in:
Oliver Davies 2023-03-11 00:41:10 +00:00
parent 3891774f79
commit de6dc1851c
5 changed files with 2090 additions and 4 deletions

5
tests/ExampleTest.php Normal file
View file

@ -0,0 +1,5 @@
<?php
test('example', function () {
expect(true)->toBeTrue();
});