Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 15, 2020
1 parent 7ea2c48 commit 7562d8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions __tests__/applyComplexClasses.test.js
Expand Up @@ -632,7 +632,6 @@ test('adjacent rules are collapsed after being applied', () => {
const expected = `
.foo:hover {
--bg-opacity: 1;
background-color: #fff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
opacity: 0.5;
}
Expand Down Expand Up @@ -1010,7 +1009,6 @@ test('you can apply classes in a nested rule', () => {
.selector {
&:hover {
--text-opacity: 1;
color: #fff;
color: rgba(255, 255, 255, var(--text-opacity));
}
}
Expand Down

0 comments on commit 7562d8e

Please sign in to comment.