Skip to content

Commit

Permalink
Merge pull request #18 from bobanetwork/wsdt/final-touches
Browse files Browse the repository at this point in the history
fix: e2e test; flask local install
  • Loading branch information
wsdt authored Aug 26, 2024
2 parents aa55fe1 + 56bc8e7 commit cbaa16c
Show file tree
Hide file tree
Showing 1,124 changed files with 242,713 additions and 346 deletions.
2 changes: 2 additions & 0 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"build": "forge build",
"test": "forge test && npx hardhat test",
"test-e2e": "npx playwright test ./test/e2e/send-user-op.e2e.test.ts --timeout=600000",
"compile": "npx hardhat compile",
"deploy": "npx ts-node script/deploy-sepolia.ts",
"deploy-local": "npx ts-node script/deploy-local.ts"
Expand Down Expand Up @@ -44,6 +45,7 @@
},
"dependencies": {
"@openzeppelin/contracts": "^4.0.2",
"@playwright/test": "^1.46.1",
"@types/express": "^4.17.21",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
Expand Down
4 changes: 4 additions & 0 deletions contracts/test-results/.last-run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"status": "interrupted",
"failedTests": []
}
90 changes: 0 additions & 90 deletions contracts/test/TokenPrice.test.ts

This file was deleted.

Loading

0 comments on commit cbaa16c

Please sign in to comment.