File size: 270 Bytes
1e92f2d |
1 2 3 4 5 6 |
// This is used by @wordpress/components in https://github.com/WordPress/gutenberg/blob/trunk/packages/components/src/ui/utils/space.ts#L33
// JSDOM or CSSDOM don't provide an implementation for it, so for now we have to mock it.
global.CSS = {
supports: jest.fn(),
};
|