Initial commit
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
10
tests/app.test.tsx
Normal file
10
tests/app.test.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import renderer from 'react-test-renderer';
|
||||
import { it } from '@jest/globals';
|
||||
|
||||
import App from '../src/app';
|
||||
|
||||
it('renders correctly', () => {
|
||||
const tree = renderer.create(<App />).toJSON();
|
||||
expect(tree).toBeTruthy();
|
||||
});
|
Reference in New Issue
Block a user