Closed daveroga closed 3 weeks ago
Speed up smart contracts tests:
fixtures
import { loadFixture } from "@nomicfoundation/hardhat-toolbox/network-helpers";
time
import { time } from "@nomicfoundation/hardhat-network-helpers";
Speed up smart contracts tests:
fixtures
for avoiding deployment of contracts in each test in the same test scripttime
helper for increasing blockchain time in validators tests instead of waiting explicitly in script