From a99dde8371c60f14bbe63ce8432bbbc2b92df42f Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 29 Mar 2020 23:06:55 +0800 Subject: [PATCH] :white_check_mark: fix ci --- .../__snapshots__/Breadcrumb.test.js.snap | 68 ++++++++++++++++++- 1 file changed, 66 insertions(+), 2 deletions(-) diff --git a/components/breadcrumb/__tests__/__snapshots__/Breadcrumb.test.js.snap b/components/breadcrumb/__tests__/__snapshots__/Breadcrumb.test.js.snap index da9edf32fd..6e4412319d 100644 --- a/components/breadcrumb/__tests__/__snapshots__/Breadcrumb.test.js.snap +++ b/components/breadcrumb/__tests__/__snapshots__/Breadcrumb.test.js.snap @@ -38,6 +38,12 @@ exports[`Breadcrumb rtl render component should be rendered correctly in RTL dir /> `; +exports[`Breadcrumb should accept undefined routes 1`] = ` +
+`; + exports[`Breadcrumb should allow Breadcrumb.Item is null or undefined 1`] = `
- + second - + + + + / + + + + + + + + / + + +
+`; + +exports[`Breadcrumb should support React.Fragment and falsy children 1`] = ` +
+ + + yyy + + + / + + + + + yyy + + + / + + + + + yyy + 0
`;