instance.process("body{}").then(() => {
    t.equal(messages.length, 0, "should not add warning if no duplicate");
    t.end();
  }, reportFail(t));