Skip to content

Commit f3625ed

Browse files
authored
docs(TestingWithJest): add deprecation notice banner (#5619)
1 parent c0069e2 commit f3625ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/knowledge-base/TestingWithJest.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ import { Footer, TableOfContent } from '@sb/components';
66

77
# Testing with Jest
88

9+
<MessageStrip
10+
design={MessageStripDesign.Negative}
11+
hideCloseButton
12+
children="This section of our documentation is not maintained anymore and may contain outdated information! It will be removed with our next major release (v2.0.0)."
13+
style={{ marginBlockEnd: '0.5rem' }}
14+
/>
15+
916
<MessageStrip
1017
design={MessageStripDesign.Warning}
1118
hideCloseButton

0 commit comments

Comments
 (0)