// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Badge render Badge status/color when contains children 1`] = `
`;
exports[`Badge render correct with negative number 1`] = `
-
1
0
-
1
0
`;
exports[`Badge rtl render component should be rendered correctly in RTL direction 1`] = `
`;
exports[`Badge rtl render component should be rendered correctly in RTL direction 2`] = `
head
5
`;
exports[`Badge should be compatible with borderColor style 1`] = `
4
`;
exports[`Badge should display custom color and number is 0 1`] = `
`;
exports[`Badge should render when count is changed 1`] = `
1
0
1
2
3
4
5
6
7
8
9
0
`;
exports[`Badge should render when count is changed 2`] = `
1
1
2
3
4
5
6
7
8
9
0
1
`;
exports[`Badge should render when count is changed 3`] = `
1
1
`;
exports[`Badge should render when count is changed 4`] = `
99+
`;
exports[`Badge should render when count is changed 5`] = `
1
0
`;
exports[`Badge should render when count is changed 6`] = `
9
0
1
2
3
4
5
6
7
8
9
`;
exports[`Badge should support offset when count is a ReactNode 1`] = `
head
`;