Skip to content

Commit

Permalink
fix(vite.unit.ts): grab plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS authored Jun 14, 2024
1 parent 97891b3 commit 7c6eea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qwik/src/optimizer/src/plugins/vite.unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ test('command: build, --mode lib with multiple outputs', async () => {
const initOpts = {
optimizerOptions: mockOptimizerOptions(),
};
const plugin = qwikVite(initOpts);
const plugin = qwikVite(initOpts)[0];
const c: any = (await plugin.config(
{
build: {
Expand Down

0 comments on commit 7c6eea1

Please sign in to comment.