Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 16, 2024
1 parent 9a6a6b9 commit cc7963a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

namespace Spatie\RouteTesting;

// use Pest\Contracts\Plugins\AddsOutput;
// use Pest\Contracts\Plugins\HandlesArguments;

/**
* @internal
*/
Expand Down
2 changes: 1 addition & 1 deletion src/RouteTesting.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class RouteTesting
/** @var array<string> */
protected array $defaultIgnoredRoutes = [
'_ignition',
'_debugbar',
'_debugbar*',
'horizon*',
'pulse*',
'sanctum*',
Expand Down

0 comments on commit cc7963a

Please sign in to comment.