Removed compact command changes from elsewhere
This commit is contained in:
parent
3ce5b642b3
commit
f564fe5adf
@ -18,7 +18,6 @@ describe("commands registry", () => {
|
|||||||
const specs = listNativeCommandSpecs();
|
const specs = listNativeCommandSpecs();
|
||||||
expect(specs.find((spec) => spec.name === "help")).toBeTruthy();
|
expect(specs.find((spec) => spec.name === "help")).toBeTruthy();
|
||||||
expect(specs.find((spec) => spec.name === "stop")).toBeTruthy();
|
expect(specs.find((spec) => spec.name === "stop")).toBeTruthy();
|
||||||
expect(specs.find((spec) => spec.name === "compact")).toBeFalsy();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it("detects known text commands", () => {
|
it("detects known text commands", () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user