mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-23 03:21:21 -05:00
b958cfe37b
Clean up Jest and Maestro Folders Reduction of the number of calls being made by components Fix issue where a different track would display than the one that is currently playing Update OTA dependency to fix an issue on iOS
10 lines
202 B
TypeScript
10 lines
202 B
TypeScript
import 'react-native'
|
|
import React from 'react'
|
|
import App from '../../App'
|
|
|
|
import { render } from '@testing-library/react-native'
|
|
|
|
test(`${App.name} renders successfully`, () => {
|
|
render(<App />)
|
|
})
|