Skip to content

Files

Latest commit

4c58eaf · Oct 15, 2024

History

History
11 lines (7 loc) · 197 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 197 Bytes

Contributing

Code Style Guide

  • code should be ran through prettier

Tests

  • tests should be added in test/
  • tests can be run with npm test
  • see existing tests for guidance