Skip to content

Commit

Permalink
chore: move use-filters-injection test
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed May 15, 2024
1 parent b2c342f commit b69d8f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { mount, Wrapper } from '@vue/test-utils';
import {
createHierarchicalFilter,
createSimpleFilter
} from '../../__stubs__/filters-stubs.factory';
import { useFiltersInjection } from '../../x-modules/facets/composables/use-filters-injection';
} from '../../../../__stubs__/filters-stubs.factory';
import { useFiltersInjection } from '../use-filters-injection';

const Provider = defineComponent({
name: 'Provider',
Expand Down

0 comments on commit b69d8f6

Please sign in to comment.