diff options
Diffstat (limited to 'web/src/components/PieChartIcon.test.tsx')
| -rw-r--r-- | web/src/components/PieChartIcon.test.tsx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/web/src/components/PieChartIcon.test.tsx b/web/src/components/PieChartIcon.test.tsx index ee9a6b8c8..2a59a6c7c 100644 --- a/web/src/components/PieChartIcon.test.tsx +++ b/web/src/components/PieChartIcon.test.tsx @@ -1,7 +1,9 @@ -import React from 'react'; +import React from "react"; + import { mount } from "enzyme"; + import PieChartIcon from "./PieChartIcon"; -it('renders without crashing', () => { +it("renders without crashing", () => { mount(<PieChartIcon progress={40} />); -});
\ No newline at end of file +}); |
