skeleton.client.src.App.test.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
A profile for creating Grails applications with React
The newest version!
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
it('renders without crashing', () => {
const div = document.createElement('div');
ReactDOM.render( , div);
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy