UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

7 lines (6 loc) 263 B
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'