StyleSheet.coffee 263 Bytes Raw Blame History Permalink 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'