Skip to content

Commit

Permalink
fix: ensure hh test only runs unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed Jan 12, 2024
1 parent b7211bd commit 4a89923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const DEFAULT_L2_TEST_MNEMONIC =
const config: HardhatUserConfig = {
paths: {
sources: './contracts',
tests: './test',
tests: './test/unit',
artifacts: './build/contracts',
},
solidity: {
Expand Down

0 comments on commit 4a89923

Please sign in to comment.