StyleSheet.coffee 263 Bytes
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'