it('should return the pure query', () => {
    expect(
      extractSupportQuery('@supports (display:grid){.a{color:red}}')
    ).toEqual('(display:grid)')
    expect(