Skip to content

Commit

Permalink
test: fix prettier expr test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Apr 20, 2021
1 parent 14ca36d commit d5bd17d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/astro-prettier/out/embedded-expr.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const colors = ["red", "yellow", "blue"];
<h1>{title}</h1>

{"I'm some super long text and oh boy I sure do hope this formatter doesn't break me!"}

{colors.map((color) => (
<div>
<Color name={color} />
Expand Down

0 comments on commit d5bd17d

Please sign in to comment.