Skip to content

Commit

Permalink
fix(tailwind): Test with .only
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Jan 8, 2024
1 parent 03e585f commit a3c833e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tailwind/src/tailwind.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ describe("<Tailwind> component", () => {
);
});

it.only("should work with calc() with + sign", () => {
it("should work with calc() with + sign", () => {
const actualOutput = render(
<Tailwind>
<head />
Expand Down

0 comments on commit a3c833e

Please sign in to comment.