forked from baron/baron-sso
test: raise frontend coverage baselines
This commit is contained in:
@@ -208,11 +208,6 @@ test.describe("UserFront login performance budget", () => {
|
||||
...cold.cacheControlByPath,
|
||||
...warm.cacheControlByPath,
|
||||
]);
|
||||
const contentEncodingByPath = new Map([
|
||||
...cold.contentEncodingByPath,
|
||||
...warm.contentEncodingByPath,
|
||||
]);
|
||||
|
||||
const appShellCache = cacheControlByPath.get("/ko/signin") ?? "";
|
||||
expect(appShellCache).toContain("no-cache");
|
||||
const serviceWorkerState = await page.evaluate(async () => {
|
||||
|
||||
Reference in New Issue
Block a user