From ffb131530a53a508ce9708d28e07ce80bbf543e0 Mon Sep 17 00:00:00 2001 From: Tom Southall Date: Sat, 19 Feb 2022 17:12:20 +0000 Subject: [PATCH] Add id prop to container test --- src/lib/components/__snapshots__/container.test.jsx.snap | 5 +++-- src/lib/components/container.test.jsx | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/components/__snapshots__/container.test.jsx.snap b/src/lib/components/__snapshots__/container.test.jsx.snap index f110f5e..4587a3b 100644 --- a/src/lib/components/__snapshots__/container.test.jsx.snap +++ b/src/lib/components/__snapshots__/container.test.jsx.snap @@ -4,7 +4,7 @@ exports[`Container > Component renders correctly 1`] = `
Component renders correctly 1`] = ` > { data: fruits, dataSearchType: 'startswith', debounceWait: 0, + id: 'autocomplete', maxItems: 10, noItemsMessage: 'No matching fruit found', placeholder: 'Type something fruity',