Skip to content

Commit

Permalink
chore: add initial tests for packages/bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
work-kevin-flynn committed Nov 22, 2024
1 parent 5127405 commit 57f4f65
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 71 deletions.
11 changes: 9 additions & 2 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
],
"scripts": {
"dev": "father dev",
"build": "father build"
"build": "father build",
"test": "NODE_OPTIONS='$NODE_OPTIONS --experimental-vm-modules' jest",
"test:dev": "pnpm test -- --watch",
"test:coverage": "pnpm test -- --coverage",
"test:debug": "pnpm test -- --detectOpenHandles"
},
"dependencies": {
"@aelf-web-login/wallet-adapter-base": "workspace:*",
Expand All @@ -43,7 +47,10 @@
"@types/react-dom": "^18.3.0",
"antd": "4.24.14",
"father": "^4.3.8",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"@swc/core": "^1.9.3",
"@swc/jest": "^0.2.37",
"jest": "^29.7.0"
},
"peerDependencies": {
"@portkey/did-ui-react": "^2.15.9"
Expand Down
Loading

0 comments on commit 57f4f65

Please sign in to comment.