Skip to content

Commit

Permalink
chore: fix javascript include
Browse files Browse the repository at this point in the history
  • Loading branch information
tlayh committed Jul 10, 2024
1 parent 29ee18f commit 489bb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
],
"test:unit-filter": [
"[ -e .Build/bin/phpunit ] || composer update",
"TYPO3_PATH_ROOT=.Build/Web .Build/bin/phpunit -c Tests/phpunit.xml Tests/Unit --filter=ExceptionHandlerTest"
"XDEBUG_MODE=coverage TYPO3_PATH_ROOT=.Build/Web .Build/bin/phpunit -c Tests/phpunit.xml Tests/Unit --filter=ExceptionHandlerTest"
],
"code-style": [
"[ -e ./.Build/bin/rector ] || composer install",
Expand Down

0 comments on commit 489bb94

Please sign in to comment.