Source code

Revision control

Copy as Markdown

Other Tools

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ExceptionOption renders with values 1`] = `
<label
className="testClassName"
>
<input
checked={true}
onChange={[Function]}
type="checkbox"
/>
<div
className="breakpoint-exceptions-label"
>
testLabel
</div>
</label>
`;