Skip to content

Commit

Permalink
Merge pull request #12 from Callhub-Connect/unit-tests
Browse files Browse the repository at this point in the history
Created file for unit tests
  • Loading branch information
sarinali authored Nov 2, 2023
2 parents 4505715 + 86fadb6 commit f7e611d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tests/RenderTest.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import { render } from '@testing-library/react';
import App from '../App';

test('MyComponent renders without errors', () => {
render(<App />);
});

0 comments on commit f7e611d

Please sign in to comment.