Skip to content

Commit

Permalink
fix: update test to match input change!
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCodesThings committed Mar 12, 2024
1 parent 1cca76a commit c431ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ const { default: testFunc } = await import("../");

describe("let's check the value of cornflowerblue", () => {
test("checking YIQ value", async () => {
expect(testFunc(100, 149, 237)).toEqual(144.381);
expect(testFunc([100, 149, 237])).toEqual(144.381);
});
});

0 comments on commit c431ec3

Please sign in to comment.