Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
erwan committed Nov 26, 2024
1 parent e30832e commit 2b24454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { fireEvent, render, screen, userEvent } from '@testing-library/react-native'
import React from 'react'

import AutoComplete from '@/components/Autocomplete/AutoComplete.native'
import AutoComplete from '@/components/autocomplete/AutoComplete.native'

jest.useFakeTimers()
const testItems = ['Apple', 'Banana', 'Cherry', 'Grape']
Expand Down

0 comments on commit 2b24454

Please sign in to comment.