use module name in imports
Signed-off-by: Anders Näsman <andersn@spotify.com>
This commit is contained in:
+1
-1
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user