it('should return the minified style string', () => {
    expect(cssifyStaticStyle('.foo{color:red}')).toEqual('.foo{color:red}')
    expect(
      cssifyStaticStyle(
        `