2022-08-09 02:04:37 +00:00
|
|
|
import React from 'react'
|
2022-08-10 02:06:16 +00:00
|
|
|
import { render } from '@testing-library/react'
|
2022-08-09 01:04:04 +00:00
|
|
|
|
2022-08-09 14:35:49 +00:00
|
|
|
import Bootstrap from './Bootstrap'
|
2022-08-08 02:06:40 +00:00
|
|
|
|
2022-08-10 02:06:16 +00:00
|
|
|
test('renders', () => {
|
2022-08-09 14:35:49 +00:00
|
|
|
render(<Bootstrap />)
|
2022-08-09 01:04:04 +00:00
|
|
|
})
|