diff --git a/rtl-spec/components/commands-address-bar.spec.tsx b/rtl-spec/components/commands-address-bar.spec.tsx index 36a7a1f048..e01c307378 100644 --- a/rtl-spec/components/commands-address-bar.spec.tsx +++ b/rtl-spec/components/commands-address-bar.spec.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { render } from '@testing-library/react'; -import userEvent from '@testing-library/user-event'; +import { userEvent } from '@testing-library/user-event'; import { runInAction } from 'mobx'; import { GistActionState } from '../../src/interfaces'; diff --git a/rtl-spec/components/commands-bisect.spec.tsx b/rtl-spec/components/commands-bisect.spec.tsx index 5da971aeba..2097bdf434 100644 --- a/rtl-spec/components/commands-bisect.spec.tsx +++ b/rtl-spec/components/commands-bisect.spec.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import { render } from '@testing-library/react'; -import userEvent from '@testing-library/user-event'; +import { userEvent } from '@testing-library/user-event'; import { mocked } from 'jest-mock'; import { InstallState, VersionSource } from '../../src/interfaces'; diff --git a/rtl-spec/components/commands-version-chooser.spec.tsx b/rtl-spec/components/commands-version-chooser.spec.tsx index 064ec7a415..797a6788be 100644 --- a/rtl-spec/components/commands-version-chooser.spec.tsx +++ b/rtl-spec/components/commands-version-chooser.spec.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import { render, screen, waitFor } from '@testing-library/react'; -import userEvent from '@testing-library/user-event'; +import { userEvent } from '@testing-library/user-event'; import { VersionChooser } from '../../src/renderer/components/commands-version-chooser'; import { AppState } from '../../src/renderer/state'; diff --git a/rtl-spec/components/editors-non-ideal-state.spec.tsx b/rtl-spec/components/editors-non-ideal-state.spec.tsx index 29d5e84f1d..c5c8213584 100644 --- a/rtl-spec/components/editors-non-ideal-state.spec.tsx +++ b/rtl-spec/components/editors-non-ideal-state.spec.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { render } from '@testing-library/react'; -import userEvent from '@testing-library/user-event'; +import { userEvent } from '@testing-library/user-event'; import { RenderNonIdealState } from '../../src/renderer/components/editors-non-ideal-state'; import { EditorMosaic } from '../../src/renderer/editor-mosaic'; diff --git a/rtl-spec/components/editors-toolbar-button.spec.tsx b/rtl-spec/components/editors-toolbar-button.spec.tsx index 9fb4bbbcef..9c72c21de2 100644 --- a/rtl-spec/components/editors-toolbar-button.spec.tsx +++ b/rtl-spec/components/editors-toolbar-button.spec.tsx @@ -1,4 +1,4 @@ -import userEvent from '@testing-library/user-event'; +import { userEvent } from '@testing-library/user-event'; import { MosaicContext, MosaicWindowContext } from 'react-mosaic-component'; import { EditorId, MAIN_JS } from '../../src/interfaces'; diff --git a/rtl-spec/components/tour-welcome.spec.tsx b/rtl-spec/components/tour-welcome.spec.tsx index 5e00d3da8f..a57f453dc0 100644 --- a/rtl-spec/components/tour-welcome.spec.tsx +++ b/rtl-spec/components/tour-welcome.spec.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import { render } from '@testing-library/react'; -import userEvent from '@testing-library/user-event'; +import { userEvent } from '@testing-library/user-event'; import { WelcomeTour, diff --git a/rtl-spec/components/tour.spec.tsx b/rtl-spec/components/tour.spec.tsx index 07975c61c8..40cb7f8e01 100644 --- a/rtl-spec/components/tour.spec.tsx +++ b/rtl-spec/components/tour.spec.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import { render } from '@testing-library/react'; -import userEvent from '@testing-library/user-event'; +import { userEvent } from '@testing-library/user-event'; import { mocked } from 'jest-mock'; import { Tour, TourScriptStep } from '../../src/renderer/components/tour'; diff --git a/rtl-spec/components/version-select.spec.tsx b/rtl-spec/components/version-select.spec.tsx index 28e2e324fb..32a9476a6e 100644 --- a/rtl-spec/components/version-select.spec.tsx +++ b/rtl-spec/components/version-select.spec.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import { render } from '@testing-library/react'; -import userEvent from '@testing-library/user-event'; +import { userEvent } from '@testing-library/user-event'; import { mocked } from 'jest-mock'; import {