function assertElementIsAnObject (obj) {
    new _chai.Assertion(obj.$el || obj).to.be.instanceof(Object)
    return obj.$el || obj
  }