ignore per-process caches across repository tools
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user