Skip to content

Commit f042098

Browse files
chenjiahanCopilot
andauthored
Update packages/core/tests/mergeConfig.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 21f21f4 commit f042098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/tests/mergeConfig.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ describe('mergeRsbuildConfig', () => {
518518
},
519519
});
520520
expect(mergeRsbuildConfig(undefined, undefined, undefined)).toEqual(
521-
undefined,
521+
{},
522522
);
523523
});
524524
});

0 commit comments

Comments
 (0)