マングースモデルコード> (
Issue
) Query
の新しいインスタンスを返します 物体。新しいquery
インスタンスはexec
にアクセスできます プロトタイプ
によるメソッド 。 (マングース3.8〜)
エラーを返したい場合は、次のように記述できます。
sinon.stub(mongoose.Query.prototype, "exec").yields({ name: "MongoError" }, null);
マングースモデルコード> (
Issue
) Query
の新しいインスタンスを返します 物体。新しいquery
インスタンスはexec
にアクセスできます プロトタイプ
によるメソッド 。 (マングース3.8〜)
エラーを返したい場合は、次のように記述できます。
sinon.stub(mongoose.Query.prototype, "exec").yields({ name: "MongoError" }, null);