Skip to content

Commit

Permalink
refactor: drop tests and fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Jun 5, 2024
1 parent 0675bf9 commit 805a561
Show file tree
Hide file tree
Showing 18 changed files with 141 additions and 647 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dev": "turbo run dev --parallel",
"test": "turbo run test",
"test:ci": "turbo run test:ci -- --passWithNoTests",
"typecheck": "turbo run typecheck",
"format": "biome format . --write",
"lint": "biome check .",
"preconstruct": "node --import tsx .scripts/preconstruct.ts",
Expand Down
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@
"siwe": "^2.3.2"
},
"peerDependencies": {
"viem": "1.x || 2.x"
"viem": "2.x"
},
"devDependencies": {
"viem": "^1.21.4"
"@jest/globals": "^29.7.0",
"viem": "^2.13.6"
},
"keywords": [
"farcaster",
Expand Down
42 changes: 0 additions & 42 deletions packages/core/src/actions/app/channel.test.ts

This file was deleted.

71 changes: 0 additions & 71 deletions packages/core/src/actions/app/createChannel.test.ts

This file was deleted.

35 changes: 0 additions & 35 deletions packages/core/src/actions/app/pollChannelTillCompleted.test.ts

This file was deleted.

80 changes: 0 additions & 80 deletions packages/core/src/actions/app/verifySiweMessage.test.ts

This file was deleted.

80 changes: 0 additions & 80 deletions packages/core/src/actions/auth/authenticate.test.ts

This file was deleted.

38 changes: 0 additions & 38 deletions packages/core/src/clients/createAppClient.test.ts

This file was deleted.

Loading

0 comments on commit 805a561

Please sign in to comment.