Skip to content

Commit

Permalink
Fix minifyColor import
Browse files Browse the repository at this point in the history
  • Loading branch information
omgovich committed May 26, 2021
1 parent a52f294 commit 91a69b0
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
import min from '../colours';
import min from '../minifyColor';

function isEqual(input, output) {
return () => expect(min(input)).toBe(output);
Expand Down

0 comments on commit 91a69b0

Please sign in to comment.