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 fa2307b commit e30832e
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 e30832e

Please sign in to comment.