mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 10:52:14 +02:00
wip
This commit is contained in:
@ -28,8 +28,8 @@ final readonly class Laravel implements WatchDefault
|
|||||||
|
|
||||||
'resources/views/**' => [$testPath],
|
'resources/views/**' => [$testPath],
|
||||||
|
|
||||||
'lang/**/*.json' => [$testPath],
|
'lang/**' => [$testPath],
|
||||||
'resources/lang/**/*.json' => [$testPath],
|
'resources/lang/**' => [$testPath],
|
||||||
|
|
||||||
'vite.config.* !*.php' => [$testPath],
|
'vite.config.* !*.php' => [$testPath],
|
||||||
'webpack.mix.* !*.php' => [$testPath],
|
'webpack.mix.* !*.php' => [$testPath],
|
||||||
|
|||||||
@ -25,7 +25,7 @@ final readonly class Php implements WatchDefault
|
|||||||
'docker-compose.yml' => [$testPath],
|
'docker-compose.yml' => [$testPath],
|
||||||
'docker-compose.yaml' => [$testPath],
|
'docker-compose.yaml' => [$testPath],
|
||||||
|
|
||||||
'phpunit.xml.*' => [$testPath],
|
'phpunit.xml*' => [$testPath],
|
||||||
|
|
||||||
$testPath.'/Fixtures/**/*' => [$testPath],
|
$testPath.'/Fixtures/**/*' => [$testPath],
|
||||||
$testPath.'/**/Fixtures/**/*' => [$testPath],
|
$testPath.'/**/Fixtures/**/*' => [$testPath],
|
||||||
|
|||||||
Reference in New Issue
Block a user