File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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 ' )) {
You can’t perform that action at this time.
0 commit comments