From 21ea2ae8e49b855f1fbf012d93d8839b73bf8228 Mon Sep 17 00:00:00 2001 From: overlookmotel <557937+overlookmotel@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:32:49 +0000 Subject: [PATCH] test(linter/plugins): rename type test file (#20153) Rename tokens type tests file to `.test-d.ts`, following the pattern set by #20066. --- apps/oxlint/test/{tokens.type_test.ts => tokens.test-d.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename apps/oxlint/test/{tokens.type_test.ts => tokens.test-d.ts} (100%) diff --git a/apps/oxlint/test/tokens.type_test.ts b/apps/oxlint/test/tokens.test-d.ts similarity index 100% rename from apps/oxlint/test/tokens.type_test.ts rename to apps/oxlint/test/tokens.test-d.ts