Skip to content

Commit

Permalink
Failing test for glamorous issue threepointone#396
Browse files Browse the repository at this point in the history
  • Loading branch information
penx committed Mar 21, 2018
1 parent 667b480 commit e69545e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,11 @@ describe('css', () => {
{ '&&': { 'color': 'browner' } }
] }
])


})

it('can handle data-css-nil nullrule', () => {
let rule = css({'data-css-nil': ''})
})
})

Expand Down

0 comments on commit e69545e

Please sign in to comment.