Skip to content

Commit

Permalink
Publish for v1.3.0.
Browse files Browse the repository at this point in the history
Update test script.
  • Loading branch information
adafycheng committed Mar 4, 2022
1 parent a6aef26 commit 98a189a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import React from 'react';

test('renders learn react link', () => {
render(<App />);
const linkElement = screen.getByText(/Ada's World/i);
const linkElement = screen.getByText(/My Portfolio/i);
expect(linkElement).toBeInTheDocument();
});

1 comment on commit 98a189a

@vercel
Copy link

@vercel vercel bot commented on 98a189a Mar 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.