This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 49eb79a
test: kill server instance after each test
Currently we spawn a new process for the language server for each test.
However, they are all kept alive. This PR fixes the resource leak by killing
the server after each test.1 parent a20dba1 commit 49eb79a
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
0 commit comments