Skip to content

Commit bf6eede

Browse files
committed
Revert "test: name slow test for cleaner vitest output"
This reverts commit a8e3670.
1 parent a8e3670 commit bf6eede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-unlocalized-strings.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const ruleTester = new RuleTester({
2121
ruleTester.run("no-unlocalized-strings", noUnlocalizedStrings, {
2222
valid: [
2323
// Inside t``
24-
{ name: "inside t`` macro", code: "t`Hello World`", filename: "test.tsx" },
24+
{ code: "t`Hello World`", filename: "test.tsx" },
2525
{ code: "t`Save changes`", filename: "test.tsx" },
2626

2727
// Inside plural(), select(), selectOrdinal()

0 commit comments

Comments
 (0)