Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit 6c8a911

Browse files
Add table loading deferred option in FilamentTestsCommand
1 parent 5cde496 commit 6c8a911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/FilamentTestsCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function handle(): void
3333
{
3434
$this->panels = $this->askUserToSelectPanels();
3535
$this->resources = $this->askUserToSelectResourcesFromTheSelectedPanels();
36+
$this->tableLoadingDeferred = $this->askUserIfTableLoadingIsDeferred();
3637

3738
$this->generateTests();
3839
$this->showGenerationSummary();

0 commit comments

Comments
 (0)