feat: test everything
Node.js CI / CI (pull_request) Successful in 37s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 59s

This commit is contained in:
2025-12-27 19:50:53 -08:00
parent ce6ead203b
commit 5e3e5bf2cc
13 changed files with 899 additions and 14 deletions
+1
View File
@@ -46,6 +46,7 @@ export default [
"@typescript-eslint/consistent-type-assertions": "off",
// This one allows us to define test globals.
"@typescript-eslint/init-declarations": "off",
"max-lines-per-function": "off"
}
}
]