We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a3373 commit f4831d8Copy full SHA for f4831d8
src/spaces/mcp/components/Kpi/Kpi.cy.tsx
@@ -61,7 +61,7 @@ describe('<Kpi>', () => {
61
});
62
63
64
- context('kpiType="none"', () => {
+ context('kpiType="enabled"', () => {
65
it('renders nothing', () => {
66
mount({ kpiType: 'enabled' });
67
0 commit comments