mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
added trivial test
This commit is contained in:
8
ui/src/app/Main.test.js
Normal file
8
ui/src/app/Main.test.js
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
import { render } from '@testing-library/react';
|
||||
|
||||
import Main from 'app/Main';
|
||||
|
||||
test('render Main without crashing', () => {
|
||||
render(<Main />);
|
||||
});
|
Reference in New Issue
Block a user