add testing suite

This commit is contained in:
2026-02-21 22:19:21 -05:00
parent 07128c3529
commit 83eee20b2c
25 changed files with 5317 additions and 1628 deletions

6
.gitignore vendored
View File

@@ -1,7 +1,10 @@
*.pdf
*.png
.env
node_modules/**
node_modules/
# Coverage and test artifacts
coverage/
# macOS dotfiles
.DS_Store
@@ -11,4 +14,5 @@ node_modules/**
.Trashes
.AppleDouble
.LSOverride
.env.example