7 lines
No EOL
263 B
CoffeeScript
7 lines
No EOL
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' |