Skip to content

Commit

Permalink
Fix pancake-squad, disable other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubenkov committed Dec 19, 2023
1 parent 5ffcc08 commit 0c48a17
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 419 deletions.
2 changes: 1 addition & 1 deletion projects/farms-pools/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const config: HardhatUserConfig = {
},
paths: {
sources: "./contracts",
tests: "./test",
tests: "./test/block",
cache: "./cache",
artifacts: "./artifacts",
},
Expand Down
2 changes: 1 addition & 1 deletion projects/ifo/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const config: HardhatUserConfig = {
},
paths: {
sources: "./contracts",
tests: "./test",
tests: "./test/block",
cache: "./cache",
artifacts: "./artifacts",
},
Expand Down
Loading

0 comments on commit 0c48a17

Please sign in to comment.