We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f89f6 commit aa75b51Copy full SHA for aa75b51
tests/integration/server/index.test.ts
@@ -31,10 +31,11 @@ describe('server config', async () => {
31
});
32
33
await awaitFileExists(rsbuildConfigFile);
34
- childProcess.kill();
35
36
const rsbuildConfigContent = await fse.readFile(rsbuildConfigFile, 'utf-8');
37
expect(rsbuildConfigContent).toContain('open: true');
38
expect(rsbuildConfigContent).toContain('port: 3001');
+
39
+ childProcess.kill();
40
41
0 commit comments