Skip to content

Commit cbb7c87

Browse files
committed
chore: update
1 parent 9df9fe8 commit cbb7c87

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,10 +31,11 @@ describe('server config', async () => {
3131
});
3232

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

3635
const rsbuildConfigContent = await fse.readFile(rsbuildConfigFile, 'utf-8');
3736
expect(rsbuildConfigContent).toContain('open: true');
3837
expect(rsbuildConfigContent).toContain('port: 3001');
38+
39+
childProcess.kill();
3940
});
4041
});

0 commit comments

Comments
 (0)