Skip to content

Commit

Permalink
remove unecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Sep 17, 2024
1 parent 423ea65 commit 18a5ade
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ test("transforms rules with browser prefixes", () => {
});
});

test("transforms float rule property to cssFloat", () => {
expect(cssToJsxStyle("float: left")).toEqual({ cssFloat: "left" });
});

test("transforms rules with urls", () => {
expect(
cssToJsxStyle(
Expand Down

0 comments on commit 18a5ade

Please sign in to comment.