SomeNet
/
public repos
/
pub
/
jan
/
aic18.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add basic structure for website, and required dependencies
[pub/jan/aic18.git]
/
service-website
/
src
/
App.test.js
1
import React from 'react';
2
import ReactDOM from 'react-dom';
3
import App from './App';
4
5
it('renders without crashing', () => {
6
const div = document.createElement('div');
7
ReactDOM.render(<App/>, div);
8
ReactDOM.unmountComponentAtNode(div);
9
});