我正在尝试使用Jest的新PropertyMatcher特征(自Jest23.0.0起)匹配包含生成字段的对象数组。我尝试使用expect.arrayContaining和expect.objectContaining放置一个普通对象和一个匹配器定义,就像我在手动匹配时可能会做的那样。目前有什么办法可以做到这一点吗?constsportsBallPeople=[{createdAt:newDate(),name:'ThatonefamousguyfromCleveland'},{createdAt:newDate(),name:'Thattallguy'}];expect(sports