File tree 2 files changed +3
-3
lines changed
PreferencesPages/AccountPage
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import userEvent from "@testing-library/user-event"
3
3
import { rest } from "msw"
4
4
import React from "react"
5
5
import { Language } from "../../components/SignIn/SignInForm"
6
- import { history , render } from "../../test_helpers "
7
- import { server } from "../../test_helpers /server"
6
+ import { history , render } from "../../testHelpers "
7
+ import { server } from "../../testHelpers /server"
8
8
import { LoginPage } from "./LoginPage"
9
9
10
10
describe ( "LoginPage" , ( ) => {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from "react"
3
3
import * as API from "../../../api"
4
4
import * as AccountForm from "../../../components/Preferences/AccountForm"
5
5
import { GlobalSnackbar } from "../../../components/Snackbar/GlobalSnackbar"
6
- import { renderWithAuth } from "../../../test_helpers "
6
+ import { renderWithAuth } from "../../../testHelpers "
7
7
import * as AuthXService from "../../../xServices/auth/authXService"
8
8
import { Language , AccountPage } from "./AccountPage"
9
9
You can’t perform that action at this time.
0 commit comments