Skip to content

Commit

Permalink
chore: add eslint-disable for expected custom class in test
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Mar 25, 2024
1 parent 0cf87a4 commit 1ae877c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe("#Inline", () => {
const dataTest = "test";

render(
// eslint-disable-next-line tailwindcss/no-custom-classname
<Inline align="center" justify="start" dataTest={dataTest} id="ID" className="CLASS">
<div>kek</div>
<div>bur</div>
Expand Down

0 comments on commit 1ae877c

Please sign in to comment.