1
0
Fork 0
freesewing/packages/walburga/example/src/App.test.js
starfetch fb290942af initial commit
initial commit for Walburga on GitHub
2021-10-08 17:23:44 +02:00

9 lines
241 B
JavaScript

import React from 'react'
import ReactDOM from 'react-dom'
import App from './App'
it('renders without crashing', () => {
const div = document.createElement('div')
ReactDOM.render(<App />, div)
ReactDOM.unmountComponentAtNode(div)
})