mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-06 11:00:09 -06:00
10 lines
199 B
TypeScript
10 lines
199 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 />)
|
|
})
|