Skip to content

Commit bd09c42

Browse files
committed
chore: update
1 parent 7958314 commit bd09c42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/server/index.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@ describe('server config', async () => {
3131
});
3232

3333
await awaitFileExists(rsbuildConfigFile);
34-
childProcess.kill();
3534

3635
// Check if the server config is merged correctly
3736
const rsbuildConfigContent = await fse.readFile(rsbuildConfigFile, 'utf-8');
3837
expect(rsbuildConfigContent).toContain(`base: '/'`);
3938
expect(rsbuildConfigContent).toContain('open: true');
4039
expect(rsbuildConfigContent).toContain('port: 3002');
4140
expect(rsbuildConfigContent).toContain('printUrls: false');
41+
42+
childProcess.kill();
4243
});
4344
});

0 commit comments

Comments
 (0)