Skip to content

Commit

Permalink
update test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Dec 26, 2024
1 parent 37afa5f commit 5b8ea8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lint": "yarn workspaces run lint",
"format": "yarn workspaces run format",
"test:unit": "yarn workspaces run test:unit",
"test:integration": "yarn workspace @arbitrum/sdk test:integration",
"test:integration": "yarn workspaces run test:integration",
"gen:abi": "yarn workspace @arbitrum/sdk gen:abi",
"gen:network": "yarn workspace @arbitrum/sdk gen:network"
},
Expand Down
1 change: 1 addition & 0 deletions packages/ethers-viem-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",
"test:unit": "mocha -r ts-node/register 'tests/**/*.test.ts'",
"test:integration": "echo 'No integration tests for ethers-viem-compat'",
"lint": "eslint .",
"format": "prettier './**/*.{js,json,md,ts,yml}' '!./src/lib/abi' --write && yarn run lint --fix"
},
Expand Down

0 comments on commit 5b8ea8b

Please sign in to comment.