Skip to content

Commit

Permalink
Update aliases in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Nov 17, 2023
1 parent e3459ad commit f1d01d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ protected function mockWebApplication(array $config = [], string $appClass = '\y
'vendorPath' => dirname(__DIR__) . '/vendor',
'language' => 'en-US',
'aliases' => [
'@bower' => '@vendor/bower-asset',
'@npm' => '@vendor/npm-asset',
'@bower' => dirname(__DIR__) . '/node_modules',
'@npm' => dirname(__DIR__) . '/node_modules',
],
'components' => [
'i18n' => [
Expand Down

0 comments on commit f1d01d2

Please sign in to comment.