Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 20, 2024
1 parent 4de2962 commit db02cb8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
|
*/

expect()->extend('toBeOne', function () {
return $this->toBe(1);
});

/*
|--------------------------------------------------------------------------
| Functions
Expand All @@ -38,8 +34,3 @@
| global functions to help you to reduce the number of lines of code in your test files.
|
*/

function something()
{
// ..
}

0 comments on commit db02cb8

Please sign in to comment.