Add new test for Verifier contract
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run

This commit is contained in:
verifier_42 2026-04-19 09:25:27 +00:00
parent 95a2f93f48
commit 1489e5e7db

View File

@ -1,9 +1,5 @@
pragma solidity ^0.8.19;
import "./Verifier.sol";
contract VerifierTest {
function testVerifier() public {
// Test the Verifier contract
}
// Test functions
}