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 02be746 commit 34117a0Copy full SHA for 34117a0
packages/charts/src/internal/ChartContainer.tsx
@@ -16,7 +16,7 @@ export interface ContainerProps extends CommonProps {
16
// eslint-disable-next-line no-underscore-dangle
17
const __testingProps__: any = {};
18
19
-if ((process.env.NODE_ENV = 'test')) {
+if (process.env.NODE_ENV === 'test') {
20
__testingProps__.width = 400;
21
__testingProps__.height = 400;
22
}
0 commit comments