Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 213 Bytes

File metadata and controls

15 lines (12 loc) · 213 Bytes

Testing

Running Tests

npm run test

Types of Tests

  • Unit Tests (Jest + React Testing Library)
  • Integration Tests (Smart contract interactions)

Test Coverage

npm run coverage