Skip to content

Commit

Permalink
Rogue .only
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 15, 2024
1 parent 3fa59d4 commit ea73d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-markup.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ test("Image markup (escaped `alt`)", async t => {
}), `<img alt="This is a &quot;test" src="/img/KkPMmHd3hP-1280.jpeg" width="1280" height="853">`);
});

test.only("Image markup (<picture> with attributes issue #197)", async t => {
test("Image markup (<picture> with attributes issue #197)", async t => {
let results = await eleventyImage("./test/bio-2017.jpg", {
dryRun: true,
widths: [200,400]
Expand Down

0 comments on commit ea73d0d

Please sign in to comment.