feat: execute route and release recovery contracts
This commit is contained in:
@@ -15,6 +15,7 @@ describe("application input/output boundary", () => {
|
||||
"preferences",
|
||||
"diagnostics",
|
||||
"runtime",
|
||||
"recovery",
|
||||
]);
|
||||
expect(application).not.toHaveProperty("storage");
|
||||
expect(application).not.toHaveProperty("telemetry");
|
||||
@@ -51,8 +52,18 @@ describe("application input/output boundary", () => {
|
||||
configSchemaVersion: "1",
|
||||
apiContractVersion: "1",
|
||||
assetManifestHash: "hash-a",
|
||||
routeChunks: { "route-home": "assets/home.js" },
|
||||
}),
|
||||
refresh: async () => ({
|
||||
buildId: "build-a",
|
||||
releaseId: "release-a",
|
||||
configSchemaVersion: "1",
|
||||
apiContractVersion: "1",
|
||||
assetManifestHash: "hash-a",
|
||||
routeChunks: { "route-home": "assets/home.js" },
|
||||
}),
|
||||
},
|
||||
navigation: { reload: () => {} },
|
||||
} satisfies ApplicationOutputPorts;
|
||||
const application = createApplication(ports);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user