foundry-huff
foundry-huff copied to clipboard
forge test -w freaks out with tests that use HuffDeployer

+1
Additionally, if you use HuffConfig, foundry will stop being able to recognize tests.
ie: If I run:
forge test -m testSolveHuff
And my test looks like:
function testSolveHuff() public {
HuffConfig hConfig = HuffDeployer.config();
}
You'll get:
No tests match the provided pattern:
match: `testSolveHuff`