aboutsummaryrefslogtreecommitdiff
path: root/node_modules/renderkid/test/renderKid/styles/StyleSheet.coffee
blob: d0764c2d1bdce4358b1f2ef7da5677f1698025cf (plain)
1
2
3
4
5
6
7
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'