Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Oct 13, 2024
1 parent 8b4e216 commit 8001a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/palette/src/Color.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test("In gamut tests", () => {
});
});

test.only("Distribute colors", () => {
test("Distribute colors", () => {
const exampleColors = ["#072536", "#144327", "#dea1db", "#c6338f", "#822b21"];
const colors = exampleColors.map((hex) => Color.colorFromHex(hex, "hsl"));

Expand Down

0 comments on commit 8001a88

Please sign in to comment.