You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to use the dynamodb toContainItemWithValues matcher in the spec file its throwing an error saying matcher not found.
Example: expect(tableName).toContainItemWithValues({pk:'ATTACH#1234567', sk: 'ATTACH#1234567', filename: 'test.png'})
Error: Property toContainItemWithValues does not exist on type JestMatchers
The text was updated successfully, but these errors were encountered:
When we try to use the dynamodb toContainItemWithValues matcher in the spec file its throwing an error saying matcher not found.
Example:
expect(tableName).toContainItemWithValues({pk:'ATTACH#1234567', sk: 'ATTACH#1234567', filename: 'test.png'})
Error: Property toContainItemWithValues does not exist on type JestMatchers
The text was updated successfully, but these errors were encountered: