Skip to content

Commit

Permalink
test(mix): Fix bad partial commit dbed562
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Jan 1, 2022
1 parent 9320430 commit aa6dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mix.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test('mix with transparent and weight 0%', () => {
});

test('mix with transparent and weight 100%', () => {
`"rgba(255, 0, 0, 0)"`
expect(mix('red', 'rgba(255, 0, 0, 0)', 1)).toMatchInlineSnapshot(
`"rgba(255, 0, 0, 0)"`
);
});

0 comments on commit aa6dd71

Please sign in to comment.