lepu-test-platform-web/node_modules/renderkid/test/renderKid/styles/StyleSheet.coffee

7 lines
263 B
CoffeeScript

StyleSheet = require '../../../src/renderKid/styles/StyleSheet'
describe "StyleSheet", ->
describe "normalizeSelector()", ->
it 'should remove unnecessary spaces', ->
StyleSheet.normalizeSelector(' body+a s > a ')
.should.equal 'body+a s>a'