mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Very basic single passing test
This commit is contained in:
parent
c31f6ea42c
commit
14e75c0fa0
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import App from './App';
|
||||
import Header from './components/header';
|
||||
|
||||
it('renders without crashing', () => {
|
||||
const div = document.createElement('div');
|
||||
ReactDOM.render(<App />, div);
|
||||
ReactDOM.render(<Header />, div);
|
||||
});
|
Loading…
Add table
Reference in a new issue