From d4d08906306c244030c4be93bd95b3d6d9b7bbf0 Mon Sep 17 00:00:00 2001 From: seongminn Date: Wed, 25 Jun 2025 22:59:45 +0900 Subject: [PATCH] chore: match the export name of no-empty-blocks --- src/css-rules/no-empty-blocks/__tests__/style-custom.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css-rules/no-empty-blocks/__tests__/style-custom.test.ts b/src/css-rules/no-empty-blocks/__tests__/style-custom.test.ts index 2b1aaa4..d8ba5a3 100644 --- a/src/css-rules/no-empty-blocks/__tests__/style-custom.test.ts +++ b/src/css-rules/no-empty-blocks/__tests__/style-custom.test.ts @@ -1,10 +1,10 @@ import tsParser from '@typescript-eslint/parser'; import { run } from 'eslint-vitest-rule-tester'; -import noEmptyBlocksRule from '../rule-definition.js'; +import noEmptyStyleBlocksRule from '../rule-definition.js'; run({ name: 'vanilla-extract/no-empty-blocks/style-custom', - rule: noEmptyBlocksRule, + rule: noEmptyStyleBlocksRule, languageOptions: { parser: tsParser, parserOptions: {