| 1 | import React from 'react' |
| 2 | import {render} from '@testing-library/react' |
| 3 | import ToggleSwitch from './' |
| 4 | import {behavesAsComponent, checkExports, checkStoriesForAxeViolations} from '../utils/testing' |
nothing calls this directly
no test coverage detected