Skip to content

Commit 679fd6e

Browse files
committed
remove redundant @Volt directives checks
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent 7684b94 commit 679fd6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Feature/Install/GuidelineComposerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,6 @@
429429
->toContain('=== .ai/test-blade-with-volt-directives rules ===')
430430
->toContain('`@volt`')
431431
->toContain('`@endvolt`')
432-
->toContain('@volt')
433-
->toContain('@endvolt')
434432
->not->toContain('volt-anonymous-fragment')
435433
->not->toContain('@livewire');
436434
});

0 commit comments

Comments
 (0)