Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jan 21, 2025
1 parent 9881df4 commit 6d73fd3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public static function bundlerProvider(): array
{
return [
['webpack', ['assets:install', 'assets:webpack']],
['foobar', ['assets:install', 'assets:vite']],
['vite', ['assets:install', 'assets:vite']],
['foobar', ['assets:install']],
['vite', ['assets:install']],
];
}
}

0 comments on commit 6d73fd3

Please sign in to comment.