fix: fix some displays and features
This commit is contained in:
@ -12,7 +12,7 @@ import { createMockGateways, MockSystemGateway } from "./index";
|
||||
const gateways: Gateways = createMockGateways();
|
||||
|
||||
describe("createMockGateways", () => {
|
||||
it("exposes all nine gateways", () => {
|
||||
it("exposes all ten gateways", () => {
|
||||
expect(Object.keys(gateways).sort()).toEqual([
|
||||
"agent",
|
||||
"git",
|
||||
@ -20,6 +20,7 @@ describe("createMockGateways", () => {
|
||||
"profile",
|
||||
"project",
|
||||
"remote",
|
||||
"skill",
|
||||
"system",
|
||||
"template",
|
||||
"terminal",
|
||||
|
||||
Reference in New Issue
Block a user