Skip to content

Commit

Permalink
Remove Jest, remove tests, uninstall related packages (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
krau5 authored Nov 21, 2024
1 parent 421a809 commit 2e632a1
Show file tree
Hide file tree
Showing 16 changed files with 4,801 additions and 14,042 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ jobs:

- name: Run linter
run: npm run lint

- name: Run tests
run: npm run test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# IDE Settings
.vscode/
.idea/
.zed/

# Dependencies
node_modules/
Expand Down
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
npm run check-types
npm run lint
npm run test
39 changes: 0 additions & 39 deletions jest.config.ts

This file was deleted.

Loading

0 comments on commit 2e632a1

Please sign in to comment.