Skip to content

Commit 4abeeda

Browse files
committed
test: fixed
1 parent d8b4d84 commit 4abeeda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Unit/BladeInlineScriptsProviderTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,12 @@
167167
foreach ($published as $source => $destination) {
168168
if (str_contains($source, 'scripts/ColorSchemeSwitchTwoStates/js')) {
169169
expect($destination)->toContain('resources/js/color-scheme-switch-two-states');
170+
} elseif (str_contains($source, 'scripts/ColorSchemeSwitchTwoStates/view')) {
171+
expect($destination)->toContain('resources/views/color-scheme-switch-two-states');
170172
} elseif (str_contains($source, 'scripts/ColorSchemeSwitchThreeStates/js')) {
171173
expect($destination)->toContain('js/color-scheme-switch-three-states');
174+
} elseif (str_contains($source, 'scripts/ColorSchemeSwitchThreeStates/view')) {
175+
expect($destination)->toContain('resources/views/color-scheme-switch-three-states');
172176
} elseif (str_contains($source, 'tests/js/color-scheme-switch-two-states')) {
173177
expect($destination)->toContain('tests/js/color-scheme-switch-two-states');
174178
} elseif (str_contains($source, 'tests/js/color-scheme-switch-three-states')) {

0 commit comments

Comments
 (0)