| Yoann Rodière I guess the problem is Jest incompatible with Gson JsonObject, because there is members property , Jest will build the es data structure below when the source paramerter in Index.Builder constructor is an JsonObject, -------------------------------------------------------------------------------------------------------------------------------- { members: [ { id: 1 } ] } -------------------------------------------------------------------------------------------------------------------------------- Instead of { id: 1 } |