Skip to content

Commit

Permalink
remove unused dependencies, scroll to the top button, add tsc to the …
Browse files Browse the repository at this point in the history
…github action
  • Loading branch information
DustinAlandzes committed Aug 29, 2024
1 parent 52c1cac commit 16fb878
Show file tree
Hide file tree
Showing 13 changed files with 311 additions and 2,098 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend-test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
node-version: '20.x'
- run: npm ci
- run: npm run build --if-present
- run: tsc
- run: npm test
- run: npm run lint
4 changes: 0 additions & 4 deletions frontend/jest.setup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
import '@testing-library/jest-dom'
import { ResizeObserver } from '@juggle/resize-observer'

global.ResizeObserver = ResizeObserver;

Loading

0 comments on commit 16fb878

Please sign in to comment.