Skip to content

Commit

Permalink
chore: remove jest from frontend (#1647)
Browse files Browse the repository at this point in the history
Since we have no real tests in `frontend` currently, and they are
painful to maintain, removing them for now. We can add a proper setup
once we're ready to invest in frontend tests.

Also, removed a bunch of old unused packages
  • Loading branch information
wesbillman authored Jun 4, 2024
1 parent 1169ca7 commit f2257d7
Show file tree
Hide file tree
Showing 9 changed files with 262 additions and 3,564 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ jobs:
run: npm run lint
- name: Console Build
run: just build-frontend
- name: Console Test
working-directory: frontend
run: npm run test
extension:
name: VSCode Extension
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ tidy:
test-backend:
@gotestsum --hide-summary skipped --format-hide-empty-pkg -- -short -fullpath ./...

# Run frontend tests
test-frontend:
@cd frontend && npm run test

# Lint the frontend
lint-frontend: build-frontend
@cd frontend && npm run lint && tsc
Expand Down
18 changes: 0 additions & 18 deletions frontend/.jest/expect-no-interdependencies.js

This file was deleted.

13 changes: 0 additions & 13 deletions frontend/.jest/setup.js

This file was deleted.

13 changes: 0 additions & 13 deletions frontend/jest.config.js

This file was deleted.

Loading

0 comments on commit f2257d7

Please sign in to comment.