Adding some simple tests. (#54)

This commit is contained in:
Evan Senter
2025-04-19 18:07:24 +01:00
committed by GitHub
parent d9ad2a74ae
commit 0c9e1ef61b
8 changed files with 1626 additions and 9 deletions
+1
View File
@@ -14,6 +14,7 @@
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react",
"format": "prettier --write .",
"preflight": "npm run format --workspaces --if-present && npm run lint --workspaces --if-present && npm run test --workspaces --if-present",
"artifactregistry-login": "npx google-artifactregistry-auth"
},
"devDependencies": {