remnantchat/src/Bootstrap.test.tsx
2022-08-09 21:06:16 -05:00

9 lines
163 B
TypeScript

import React from 'react'
import { render } from '@testing-library/react'
import Bootstrap from './Bootstrap'
test('renders', () => {
render(<Bootstrap />)
})