@remit/web-client 0.0.27 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remit/web-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.28",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Remit web client, published as composable primitives — the app shell, auth shells, and runtime config. A distributor imports what it composes and bundles it.",
|
|
6
6
|
"exports": {
|
|
@@ -250,7 +250,7 @@ describe("quarantine reports", () => {
|
|
|
250
250
|
ctx({ quarantine: quarantineReportSections(quarantineDemoEntries[0]) }),
|
|
251
251
|
),
|
|
252
252
|
);
|
|
253
|
-
assert.ok(decoded.includes("
|
|
253
|
+
assert.ok(decoded.includes("UnreadableBody"));
|
|
254
254
|
assert.ok(decoded.includes("Message quarantined:"));
|
|
255
255
|
});
|
|
256
256
|
|