Skip to content

Commit

Permalink
Omit noisy log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Dec 6, 2022
1 parent fd1c557 commit e45f8b4
Showing 1 changed file with 4 additions and 0 deletions.
@@ -1,3 +1,7 @@
// This project is compiled from scratch multiple times in the same test, which
// produces a lot of logs. We override this task to omit those logs.
subtask("compile:solidity:log:compilation-result", () => {});

module.exports = {
solidity: "0.7.3",
};

0 comments on commit e45f8b4

Please sign in to comment.