@function have-type-of($type) {
  @return should("have type of", $type, type-of(actual()) == $type);
}
