ignore per-process caches across repository tools

This commit is contained in:
2026-08-09 19:48:54 +05:30
parent 7d87200e31
commit 9fd80b7cef
8 changed files with 63 additions and 55 deletions
+1
View File
@@ -28,6 +28,7 @@ test("bundled UI assets are discoverable and readable", () => {
test("global UI CSS stays below its migration ratchet", () => {
expect(gzipSync(new TextEncoder().encode(uiCss())).length).toBeLessThanOrEqual(12_672);
expect(uiCss()).not.toContain(".wire-switch");
});
test("every bundled component carries local styles", () => {