mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-09 07:08:02 -05:00
refactor: substitute "forge fmt" for "prettier-plugin-solidity"
build: remove "prettier-plugin-solidity" and "solhint-plugin-prettier" deps chore: add "fmt" configuration in Foundry config chore: delete solidity override from Prettier rules chore: delete solidity rules from Solhint config chore: modify scripts to run Prettier on all files except "*.sol" test: document "setUp" function
This commit is contained in:
@@ -8,6 +8,7 @@ import { StdCheats } from "forge-std/StdCheats.sol";
|
||||
/// @dev See the "Writing Tests" section in the Foundry Book if this is your first time with Forge.
|
||||
/// https://book.getfoundry.sh/forge/writing-tests
|
||||
contract FooTest is PRBTest, StdCheats {
|
||||
/// @dev An optional function invoked before each test case is run
|
||||
function setUp() public {
|
||||
// solhint-disable-previous-line no-empty-blocks
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user