mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 20:51:43 -06:00
Remove exit test
This commit is contained in:
parent
90bbb7fb3c
commit
ef0a289c77
@ -155,13 +155,6 @@ namespace ts.server {
|
||||
});
|
||||
});
|
||||
|
||||
describe("exit", () => {
|
||||
it("is a noop which can be handled by subclasses", () => {
|
||||
session.exit(); // Does nothing, should keep running tests
|
||||
expect(session).to.exist;
|
||||
});
|
||||
});
|
||||
|
||||
describe("send", () => {
|
||||
it("is an overrideable handle which sends protocol messages over the wire", () => {
|
||||
const msg = {seq: 0, type: "none"};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user