Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 481 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 481 Bytes

Mento Governance Tests

This repo contains fork tests to verify the Mento Protocol governance setup.

Getting Started

# Get the latest code
git clone git@github.com:mento-protocol/governance-tests.git

# Change directory to the the newly cloned repo
cd governance-tests

# Install dependencies with pnpm
pnpm install

# Run the tests against celo
pnpm test

# Run the tests against alfajores
pnpm test:alfajores

# Run the tests against baklava
pnpm test:baklava