// [!region all]
// [!region command]
$ forge test --match-path test/ContractB.t.sol
// [!endregion command]
// [!region output]
Solc 0.8.10 finished in 634.45ms
Compiler run [32msuccessful[0m!
Ran 1 test for test/ContractB.t.sol:ContractBTest
[32m[PASS][0m testExample() (gas: 257)
Suite result: [32mok[0m. [32m1[0m passed; [31m0[0m failed; [33m0[0m skipped; finished in 241.60µs (45.16µs CPU time)
Ran 1 test suite in 7.03ms (241.60µs CPU time): [32m1[0m tests passed, [31m0[0m failed, [33m0[0m skipped (1 total tests)
// [!endregion output]
// [!endregion all]
