Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
idk what the formatting difference is… it won’t show me. :D
  • Loading branch information
thecrypticace committed Feb 25, 2022
1 parent fd1767f commit eba776c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/opacity.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ it('can use rgb helper when defining custom properties for colors (opacity plugi
}

return run('@tailwind utilities', config).then((result) => {
expect(result.css).toMatchCss(css`
expect(result.css).toMatchFormattedCss(css`
.divide-primary > :not([hidden]) ~ :not([hidden]) {
border-color: rgb(var(--color-primary) / 1);
}
Expand Down

0 comments on commit eba776c

Please sign in to comment.