Skip to content

Commit

Permalink
✅test: add a tag test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Feb 6, 2024
1 parent 3ba5c3b commit 9dadd3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/page.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ test('a test', () => {
expect(a[0]?.href).toEqual(
'https://vercel.com/?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app',
)
expect(a[0]?.target).toEqual('_blank')
})

test('Image test', () => {
Expand Down

0 comments on commit 9dadd3b

Please sign in to comment.