| 1 | import {isSelectorWithin, makeSelectorEmpty} from '../../../src/inject/dynamic-theme/selectors'; |
| 2 | |
| 3 | describe('Check if a selector is within another selector', () => { |
| 4 | it('Treats identical selector as within', () => { |
nothing calls this directly
no test coverage detected