From c183658a356110a45c2ed8b280413efdef1020b3 Mon Sep 17 00:00:00 2001 From: seongminn Date: Wed, 25 Jun 2025 23:02:05 +0900 Subject: [PATCH] feat: rename wrapped style test to style-wrapper.test.ts --- .../__tests__/{style-custom.test.ts => style-wrapper.test.ts} | 0 .../__tests__/{style-custom.test.ts => style-wrapper.test.ts} | 0 .../__tests__/{style-custom.test.ts => style-wrapper.test.ts} | 0 .../__tests__/{style-custom.test.ts => style-wrapper.test.ts} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/css-rules/alphabetical-order/__tests__/{style-custom.test.ts => style-wrapper.test.ts} (100%) rename src/css-rules/concentric-order/__tests__/{style-custom.test.ts => style-wrapper.test.ts} (100%) rename src/css-rules/custom-order/__tests__/{style-custom.test.ts => style-wrapper.test.ts} (100%) rename src/css-rules/no-empty-blocks/__tests__/{style-custom.test.ts => style-wrapper.test.ts} (100%) diff --git a/src/css-rules/alphabetical-order/__tests__/style-custom.test.ts b/src/css-rules/alphabetical-order/__tests__/style-wrapper.test.ts similarity index 100% rename from src/css-rules/alphabetical-order/__tests__/style-custom.test.ts rename to src/css-rules/alphabetical-order/__tests__/style-wrapper.test.ts diff --git a/src/css-rules/concentric-order/__tests__/style-custom.test.ts b/src/css-rules/concentric-order/__tests__/style-wrapper.test.ts similarity index 100% rename from src/css-rules/concentric-order/__tests__/style-custom.test.ts rename to src/css-rules/concentric-order/__tests__/style-wrapper.test.ts diff --git a/src/css-rules/custom-order/__tests__/style-custom.test.ts b/src/css-rules/custom-order/__tests__/style-wrapper.test.ts similarity index 100% rename from src/css-rules/custom-order/__tests__/style-custom.test.ts rename to src/css-rules/custom-order/__tests__/style-wrapper.test.ts diff --git a/src/css-rules/no-empty-blocks/__tests__/style-custom.test.ts b/src/css-rules/no-empty-blocks/__tests__/style-wrapper.test.ts similarity index 100% rename from src/css-rules/no-empty-blocks/__tests__/style-custom.test.ts rename to src/css-rules/no-empty-blocks/__tests__/style-wrapper.test.ts