From f1d01d2849ceeb896c510fc73fa43ced411b74e2 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Fri, 17 Nov 2023 06:47:22 -0300 Subject: [PATCH] Update aliases in tests. --- tests/TestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 6787ed5..fde153f 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -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' => [