it('should not query nodes with support attributes if support is not defined', () => {
  const nodeInvalid =
    '<style data-fela-type="RULE" type="text/css" data-fela-support="true">.b{color: blue}</style>'
  const nodeValid =
    '<style data-fela-type="RULE" type="text/css">.a{color: red}</style>'