Skip to content

Commit ef0a289

Browse files
committed
Remove exit test
1 parent 90bbb7f commit ef0a289

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/cases/unittests/session.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,6 @@ namespace ts.server {
155155
});
156156
});
157157

158-
describe("exit", () => {
159-
it("is a noop which can be handled by subclasses", () => {
160-
session.exit(); // Does nothing, should keep running tests
161-
expect(session).to.exist;
162-
});
163-
});
164-
165158
describe("send", () => {
166159
it("is an overrideable handle which sends protocol messages over the wire", () => {
167160
const msg = {seq: 0, type: "none"};

0 commit comments

Comments
 (0)