Promise
async
test('some async test', async () => { await expect(someFunc()).rejects.toThrow(SomeError) })
mongoose.Types.ObjectId
ObjectId
toHexString