diff --git a/crates/oxc_linter/src/snapshots/vitest_prefer_lowercase_title2.snap b/crates/oxc_linter/src/snapshots/vitest_prefer_lowercase_title2.snap deleted file mode 100644 index 03f218bf6f1cb..0000000000000 --- a/crates/oxc_linter/src/snapshots/vitest_prefer_lowercase_title2.snap +++ /dev/null @@ -1,5 +0,0 @@ ---- -source: crates/oxc_linter/src/tester.rs -snapshot_kind: text ---- - diff --git a/crates/oxc_linter/src/snapshots/vitest_prefer_lowercase_title2@vitest.snap b/crates/oxc_linter/src/snapshots/vitest_prefer_lowercase_title2@vitest.snap deleted file mode 100644 index 03f218bf6f1cb..0000000000000 --- a/crates/oxc_linter/src/snapshots/vitest_prefer_lowercase_title2@vitest.snap +++ /dev/null @@ -1,5 +0,0 @@ ---- -source: crates/oxc_linter/src/tester.rs -snapshot_kind: text ---- - diff --git a/crates/oxc_linter/src/snapshots/vitest_vitest_prefer_lowercase_title@vitest.snap b/crates/oxc_linter/src/snapshots/vitest_vitest_prefer_lowercase_title@vitest.snap deleted file mode 100644 index ed0614986bb03..0000000000000 --- a/crates/oxc_linter/src/snapshots/vitest_vitest_prefer_lowercase_title@vitest.snap +++ /dev/null @@ -1,31 +0,0 @@ ---- -source: crates/oxc_linter/src/tester.rs -snapshot_kind: text ---- - ⚠ eslint-plugin-vitest(vitest-prefer-lowercase-title): Enforce lowercase titles - ╭─[vitest_prefer_lowercase_title.tsx:1:4] - 1 │ it("Foo MM mm", function () {}) - · ─────────── - ╰──── - help: `"Foo MM mm"`s should begin with lowercase - - ⚠ eslint-plugin-vitest(vitest-prefer-lowercase-title): Enforce lowercase titles - ╭─[vitest_prefer_lowercase_title.tsx:1:6] - 1 │ test(`Foo MM mm`, function () {}) - · ─────────── - ╰──── - help: `"Foo MM mm"`s should begin with lowercase - - ⚠ eslint-plugin-vitest(vitest-prefer-lowercase-title): Enforce lowercase titles - ╭─[vitest_prefer_lowercase_title.tsx:1:6] - 1 │ test(`SFC Compile`, function () {}) - · ───────────── - ╰──── - help: `"SFC Compile"`s should begin with lowercase - - ⚠ eslint-plugin-vitest(vitest-prefer-lowercase-title): Enforce lowercase titles - ╭─[vitest_prefer_lowercase_title.tsx:1:7] - 1 │ bench(`Foo MM mm`, function () {}) - · ─────────── - ╰──── - help: `"Foo MM mm"`s should begin with lowercase