Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
taearls committed Dec 28, 2024
1 parent f480c4a commit 16216ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/oxc_linter/src/snapshots/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
source: crates/oxc_linter/src/tester.rs
snapshot_kind: text
---
eslint-plugin-jest(prefer-lowercase-title): Enforce lowercase test names
eslint-plugin-vitest(prefer-lowercase-title): Enforce lowercase test names
╭─[prefer_lowercase_title.tsx:1:4]
1it("Foo MM mm", function () {})
· ───────────
╰────
help: `"Foo MM mm"`s should begin with lowercase

eslint-plugin-jest(prefer-lowercase-title): Enforce lowercase test names
eslint-plugin-vitest(prefer-lowercase-title): Enforce lowercase test names
╭─[prefer_lowercase_title.tsx:1:6]
1test(`Foo MM mm`, function () {})
· ───────────
╰────
help: `"Foo MM mm"`s should begin with lowercase

eslint-plugin-jest(prefer-lowercase-title): Enforce lowercase test names
eslint-plugin-vitest(prefer-lowercase-title): Enforce lowercase test names
╭─[prefer_lowercase_title.tsx:1:6]
1test(`SFC Compile`, function () {})
· ─────────────
╰────
help: `"SFC Compile"`s should begin with lowercase

eslint-plugin-jest(prefer-lowercase-title): Enforce lowercase test names
eslint-plugin-vitest(prefer-lowercase-title): Enforce lowercase test names
╭─[prefer_lowercase_title.tsx:1:7]
1bench(`Foo MM mm`, function () {})
· ───────────
Expand Down

0 comments on commit 16216ed

Please sign in to comment.