Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wlongmireBloomTech committed Dec 17, 2021
1 parent c0722ee commit 157ecb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Article.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import Article from './Article';
test('renders component without errors', ()=> {
});

// test('renders headline, author from the article when passed in through props', ()=> {
// });
test('renders headline, author from the article when passed in through props', ()=> {
});

// test('renders "Associated Press" when no author is given', ()=> {
// });
test('renders "Associated Press" when no author is given', ()=> {
});

// test('executes handleDelete when the delete button is pressed', ()=> {
// });
test('executes handleDelete when the delete button is pressed', ()=> {
});

//Task List:
//1. Complete all above tests. Create test article data when needed.

0 comments on commit 157ecb8

Please sign in to comment.