Revert "chore(test): migrate to terraform test and add initial .tftest for zed"

This reverts commit 016d4dc523.
This commit is contained in:
Muhammad Atif Ali
2025-08-08 17:29:11 +05:00
parent a5edad7f17
commit f5a68b500b
4 changed files with 3 additions and 69 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ sudo apt install golang-go
Check that PRs have:
- [ ] All required files (`main.tf`, `README.md`, at least one `.tftest.hcl`)
- [ ] All required files (`main.tf`, `main.test.ts`, `README.md`)
- [ ] Proper frontmatter in README
- [ ] Working tests (`terraform test`)
- [ ] Working tests (`bun test`)
- [ ] Formatted code (`bun run fmt`)
- [ ] Avatar image for new namespaces (`avatar.png` or `avatar.svg` in `.images/`)