diff --git a/src/mix.test.ts b/src/mix.test.ts index 95d6c94..e9f2804 100644 --- a/src/mix.test.ts +++ b/src/mix.test.ts @@ -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)"` ); });