Skip to content

Commit

Permalink
stuff and things
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Apr 26, 2024
1 parent fa03dc8 commit 092040d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
with:
node-version: 20
cache: "npm"
cache-dependency-path: "ui/package-lock.json"

- name: Install deps
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/page.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import Page from './page'

test('Page', () => {
render(<Page />)
expect(screen.getByRole('heading', { level: 1, name: 'Fail intentionally' })).toBeDefined()
expect(screen.getByRole('heading', { level: 1, name: 'Hello from the Frontend' })).toBeDefined()
})

0 comments on commit 092040d

Please sign in to comment.