feat: Add CI/CD workflow, update docs, update submodules

This commit is contained in:
2026-08-02 00:16:27 -04:00
parent 6de31aa5e0
commit 8f5ce71bda
6 changed files with 645 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "theta-env-integration-tests",
"version": "1.0.0",
"description": "Automated integration tests for theta-env projects",
"scripts": {
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 node --test *.test.js"
}
}