We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7c44c commit e172200Copy full SHA for e172200
1 file changed
src/test/MonitorRow.test.tsx
@@ -23,6 +23,7 @@ const defaultProps = {
23
const mockConfig = {
24
useTilde: true,
25
lineCodeMaxLength: 7,
26
+ alertIcon: 'alert',
27
};
28
29
const withContext = prps => {
0 commit comments