Skip to content

Commit

Permalink
add test cases for fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Sep 28, 2024
1 parent 59fa9c9 commit 78aa7f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fixtures/lib/add-disable-comment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ const jsx = (
<div>{2 ** 10}</div>
</>
);
const foo = `
This is a template literal
${2 ** 10}
`;

0 comments on commit 78aa7f4

Please sign in to comment.