Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Oct 1, 2024
1 parent 35c62b4 commit 83b0490
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
source: crates/biome_js_analyze/tests/spec_tests.rs
assertion_line: 86
expression: invalid.jsx
---
# Input
Expand All @@ -22,7 +21,7 @@ invalid.jsx:1:1 lint/nursery/noHeadElement ━━━━━━━━━━━━
2 │ <title>Invalid</title>
3 │ </head>
i Using <head> element can cause unexpected behavior in a Next.js application. Use <Head /> from next/head instead.
i Using the <head> element can cause unexpected behavior in a Next.js application. Use <Head /> from next/head instead.
```

0 comments on commit 83b0490

Please sign in to comment.