test: add Node test suite and pre-commit hook

This commit is contained in:
David Ibia
2026-01-12 13:50:43 +01:00
parent 090822ef6c
commit b2b0b9b0fa
9 changed files with 277 additions and 9 deletions

3
.gitignore vendored
View File

@@ -6,6 +6,9 @@ node_modules/
.env*
!.env.example
# build artifacts
/dist-test/
# misc
.DS_Store
npm-debug.log*