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 3ae2c95 + 0dd75cf commit dc45fdcCopy full SHA for dc45fdc
__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