forge test -m "testSingleFun" not working. #1491
-
Hi there, I'm trying to test single function running 'forge test -m testXyzFun' following Patrick collins in Lesson 7 Running tests on chain forks but it is throwing error in my terminal I'm using wsl terminal. How to solve this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello @panditdhamdhere , |
Beta Was this translation helpful? Give feedback.
-
Hello @panditdhamdhere, I got the same error this how I fix it. I use |
Beta Was this translation helpful? Give feedback.
-
Hello @ArnaudBand thank you very much it worked @EngrPips it does not working but thank you very much man |
Beta Was this translation helpful? Give feedback.
--mt worked fine
--match-test the aliases is --mt
In order to read the help file you can create a file.
At the command prompt type
forge test --help > forgeHelp.txt , this would create a file called forgeHelp.txt in the root of foundry-fund-me-f23 where you ca.n review when needed