Skip to content

Commit

Permalink
Update tests accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKaramazov committed Apr 29, 2024
1 parent bac7c03 commit 0c53856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Overview/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('Overview', () => {
const sectionTitle = screen.getByText('/overview')
expect(sectionTitle).toBeInTheDocument()

const technologies = ['HTML', 'CSS', 'SCSS', 'JavaScript', 'TypeScript', 'React', 'Next.js', 'Jest', 'Cafelito ☕️']
const technologies = ['HTML', 'CSS', 'SCSS', 'JavaScript', 'TypeScript', 'Python', 'Swift', 'React', 'Astro', 'Next.js', 'Jest', 'Cafelito ☕️']
technologies.forEach((tech) => {
const techElement = screen.getByText(tech)
expect(techElement).toBeInTheDocument()
Expand Down

0 comments on commit 0c53856

Please sign in to comment.