use module name in imports

Signed-off-by: Anders Näsman <andersn@spotify.com>
This commit is contained in:
Anders Näsman
2022-05-16 14:13:40 +02:00
parent 1904b9c9cc
commit 005ee625ae
3 changed files with 3 additions and 3 deletions
@@ -19,7 +19,7 @@ import { TechDocsAddonTester } from '@backstage/plugin-techdocs-addons-test-util
import React from 'react';
import { fireEvent, waitFor } from '@testing-library/react';
import { ExpandableNavigation } from '..';
import { ExpandableNavigation } from '../plugin';
const mockNavWithSublevels = (
<div data-md-component="navigation">
@@ -20,7 +20,7 @@ import React from 'react';
import { fireEvent, waitFor } from '@testing-library/react';
import { scmIntegrationsApiRef } from '@backstage/integration-react';
import { ReportIssue } from '..';
import { ReportIssue } from '../plugin';
const byUrl = jest.fn();
@@ -20,7 +20,7 @@ import React from 'react';
import { fireEvent, waitFor } from '@testing-library/react';
import { TextSize } from '..';
import { TextSize } from '../plugin';
describe('TextSize', () => {
it('renders without exploding', async () => {