Skip to content

Commit

Permalink
feat: add workflow of UT coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aelf-lxy committed Jun 25, 2024
1 parent 4fa5ea5 commit bcf5614
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"test:coverage": "jest --config=jest.config.ts --coverage --detectOpenHandles"
},
"dependencies": {
"@aelf-web-login/wallet-adapter-base": "workspace:*",
"@aelf-web-login/wallet-adapter-bridge": "workspace:*",
"@aelf-web-login/wallet-adapter-night-elf": "workspace:*",
"@aelf-web-login/wallet-adapter-portkey-aa": "workspace:*",
"@aelf-web-login/wallet-adapter-portkey-discover": "workspace:*",
"@aelf-web-login/wallet-adapter-react": "workspace:*",
"@aelf-web-login/wallet-adapter-base": "^0.0.2-alpha.35",
"@aelf-web-login/wallet-adapter-bridge": "^0.0.2-alpha.35",
"@aelf-web-login/wallet-adapter-night-elf": "^0.0.2-alpha.35",
"@aelf-web-login/wallet-adapter-portkey-aa": "^0.0.2-alpha.35",
"@aelf-web-login/wallet-adapter-portkey-discover": "^0.0.2-alpha.35",
"@aelf-web-login/wallet-adapter-react": "^0.0.2-alpha.35",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.11",
"react": "^18.0.0",
Expand Down

0 comments on commit bcf5614

Please sign in to comment.