chore: move fixtures and helpers to root (#11812)

This commit is contained in:
Elizabeth Thompson
2020-11-30 14:23:56 -08:00
committed by GitHub
parent 011724750f
commit 84e0606a90
34 changed files with 59 additions and 59 deletions

View File

@@ -17,8 +17,8 @@
* under the License.
*/
import getLeafComponentIdFromPath from 'src/dashboard/util/getLeafComponentIdFromPath';
import { filterId } from '../fixtures/mockSliceEntities';
import { dashboardFilters } from '../fixtures/mockDashboardFilters';
import { filterId } from 'spec/fixtures/mockSliceEntities';
import { dashboardFilters } from 'spec/fixtures/mockDashboardFilters';
describe('getLeafComponentIdFromPath', () => {
const path = dashboardFilters[filterId].directPathToFilter;