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 414d376 + 0dd75cf commit 64fd8e2Copy full SHA for 64fd8e2
1 file changed
__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