Skip to content

Commit 58a0a69

Browse files
committed
chore: update
1 parent 31d154b commit 58a0a69

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/core/tests/__snapshots__/config.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config 1`] = `
3+
exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config in each format 1`] = `
44
[
55
{
66
"config": {

tests/integration/cli/mf/build/rslib.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ import { generateBundleMFConfig } from 'test-helper';
33

44
export default defineConfig({
55
lib: [generateBundleMFConfig({ name: 'test-build' })],
6-
server: {
7-
port: 3007,
8-
},
96
});

0 commit comments

Comments
 (0)