Skip to content

Commit ba9ee06

Browse files
committed
Remove unused expected
1 parent 1c23b0a commit ba9ee06

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

__tests__/applyComplexClasses.test.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,6 @@ test('cssnext custom property sets are no longer supported', () => {
9191
}
9292
`
9393

94-
const expected = `
95-
.a {
96-
color: red;
97-
}
98-
.b {
99-
color: red;
100-
@apply --custom-property-set;
101-
}
102-
`
103-
10494
return run(input).catch(e => {
10595
expect(e).toMatchObject({ name: 'CssSyntaxError' })
10696
})

0 commit comments

Comments
 (0)