Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.86 KB

Foundry Unit-Test Overview.md

File metadata and controls

38 lines (32 loc) · 1.86 KB

Technical Overview of Hardhat Unit Tests

Overview

The unit tests for the Palmera Module are designed to ensure the correct deployment, setup, and interaction of various components within the module. The tests are structured using ths foundry framework, which provides a standardized approach to writing and executing tests.

Helpers Contracts

Unit-Test Cases