UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

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'