We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bbb7f commit ef0a289Copy full SHA for ef0a289
1 file changed
tests/cases/unittests/session.ts
@@ -155,13 +155,6 @@ namespace ts.server {
155
});
156
157
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
-
165
describe("send", () => {
166
it("is an overrideable handle which sends protocol messages over the wire", () => {
167
const msg = {seq: 0, type: "none"};
0 commit comments