Skip to content

Commit dd6e156

Browse files
committed
chore: linter
Signed-off-by: Mac Deluca <Mac.Deluca@quartech.com>
1 parent 3589cf7 commit dd6e156

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/__tests__/bcsc-theme/hooks/useQuickLoginURL.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import * as useBCSCApiClient from '@/bcsc-theme/hooks/useBCSCApiClient'
1111
import useDataLoader from '@/bcsc-theme/hooks/useDataLoader'
1212
import { useQuickLoginURL } from '@/bcsc-theme/hooks/useQuickLoginUrl'
1313
import * as Bifold from '@bifold/core'
14-
import { act, renderHook, waitFor } from '@testing-library/react-native'
14+
import { renderHook, waitFor } from '@testing-library/react-native'
1515

1616
describe('useQuickLoginURL', () => {
1717
beforeEach(() => {

app/src/bcsc-theme/features/services/ServiceLoginScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useQuickLoginURL } from '@/bcsc-theme/hooks/useQuickLoginUrl'
22
import { BCSCRootStackParams, BCSCScreens } from '@/bcsc-theme/types/navigators'
3-
import { HelpCentreUrl } from '@/constants'
43
import { BCState, Mode } from '@/store'
54
import { Button, ButtonType, testIdWithKey, ThemedText, TOKENS, useServices, useStore, useTheme } from '@bifold/core'
65
import { StackScreenProps } from '@react-navigation/stack'

0 commit comments

Comments
 (0)