Skip to content

Commit

Permalink
try fix test on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Jan 4, 2024
1 parent fe9c3ee commit b4afe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe("handles quotes around inline code", async () => {
const file = await process('"`double"`"');
expect(file.value).toMatchInlineSnapshot(
`
"“\`double\\"\`”
"“\`double"\`”
"
`,
);
Expand Down

0 comments on commit b4afe24

Please sign in to comment.