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 3ba4a6d commit 9bc4549Copy full SHA for 9bc4549
src/SvgIcon/SvgIcon.spec.js
@@ -21,6 +21,6 @@ describe('SvgIcon', () => {
21
it('should accept an SVG as a component', createTest(() => {
22
const wrapper = mount(<SvgIcon component={Add} />);
23
assert(wrapper.find(Add).length === 1);
24
- assert(wrapper.find(Add).props().focusable === "false");
+ assert(wrapper.find(Add).props().focusable === 'false');
25
}));
26
});
0 commit comments