Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.52 KB

File metadata and controls

47 lines (33 loc) · 1.52 KB

Summary

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that changes existing behaviour)
  • New / updated problem (challenge JSON)
  • Documentation only
  • Chore / refactor / tooling

Related issues

Closes #

How was this tested?

Checklist

  • I ran the checks locally on Node 22 and they pass: npx tsc --noEmit, npm run lint, npm run test, npm run build
  • I did not commit unrelated package-lock.json changes (see CONTRIBUTING.md - the native-binding gotcha)
  • My change is focused and single-purpose
  • I added / updated tests where it made sense
  • I updated documentation where needed
  • For UI changes: it looks correct in both light and dark mode
  • For problems: npm run challenges:validate passes and hidden tests are strong
  • I did not commit any secrets

Notes for reviewers