chore: remove unnecessary test-case

This commit is contained in:
seongminn 2025-06-25 22:57:53 +09:00
parent 090f90e3a2
commit 08abef5999

View file

@ -301,33 +301,5 @@ run({
`, `,
errors: [{ messageId: 'emptyStyleDeclaration' }], errors: [{ messageId: 'emptyStyleDeclaration' }],
}, },
// Variable declaration with empty style
// {
// code: `
// import { style } from '@vanilla-extract/css';
// export const layerStyle = (
// layer: 'reset' | 'theme' | 'component' | 'utilities',
// rule: StyleRule,
// debugId?: string,
// ) =>
// style(
// {
// '@layer': {
// [layerMap[layer]]: rule,
// },
// },
// debugId,
// );
// const { className } = layerStyle('component', {});
// `,
// errors: [{ messageId: 'emptyStyleDeclaration' }],
// output: `
// import { style } from '@vanilla-extract/css';
// `,
// },
], ],
}); });