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.
2 parents 2964159 + cb737bf commit 14a1351Copy full SHA for 14a1351
__tests__/charts/HealthChart.test.tsx
@@ -30,6 +30,7 @@ describe('HealthChart', () => {
30
const props = {
31
key: 'testKey',
32
dataType: 'Memory in Megabytes',
33
+ serviceName: 'serviceName',
34
chartData: mockData,
35
categoryName: 'Test Name',
36
sizing: 'all',
0 commit comments