Skip to content

Commit

Permalink
deploye site
Browse files Browse the repository at this point in the history
  • Loading branch information
techEmprez committed Sep 17, 2022
1 parent 8af8019 commit 9ea4331
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is mainly a ReactJs project with full implementation.

# Live Demo

[Live Demo](https://techEmprez.github.io/math-magician)
[Live Demo](https://majestic-basbousa-03c012.netlify.app/quote)

## Built With

Expand Down
8 changes: 8 additions & 0 deletions src/__test__/Quote.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { render } from '@testing-library/react';
import Quote from '../components/Quote';

describe('SHould Quote component render', () => {
test('Renders quote', () => {
render(<Quote />);
});
});

0 comments on commit 9ea4331

Please sign in to comment.