feat: add removable reference feature vertical slice
This commit is contained in:
@@ -16,10 +16,15 @@ describe("application input/output boundary", () => {
|
||||
"diagnostics",
|
||||
"runtime",
|
||||
"recovery",
|
||||
"features",
|
||||
]);
|
||||
expect(application).not.toHaveProperty("storage");
|
||||
expect(application).not.toHaveProperty("telemetry");
|
||||
expect(application).not.toHaveProperty("releaseInfo");
|
||||
expect(application.features.has("not-installed")).toBe(false);
|
||||
expect(() => application.features.get("not-installed")).toThrow(
|
||||
"Application feature is not installed",
|
||||
);
|
||||
await expect(application.runtime.getReleaseSummary()).resolves.toEqual({
|
||||
buildId: "test-build",
|
||||
releaseId: "test-release",
|
||||
|
||||
Reference in New Issue
Block a user