DynamoDB
toExist()
toExist()await expect(
dynamodbItem({
tableName: 'users',
key: {
pk: 'USER#123',
sk: 'USER#123',
},
}),
).toExist();toExistAndMatchObject<E>(expected: DeepPartial<E>)
toExistAndMatchObject<E>(expected: DeepPartial<E>)toExistAndMatchSnapshot(propertiesOrHint?: string, hint?: string)
toExistAndMatchSnapshot(propertiesOrHint?: string, hint?: string)toExistAndMatchInlineSnapshot(propertiesOrHint?: string, hint?: string)
toExistAndMatchInlineSnapshot(propertiesOrHint?: string, hint?: string)Last updated