Skip to content

Commit f5a68b5

Browse files
committed
Revert "chore(test): migrate to terraform test and add initial .tftest for zed"
This reverts commit 016d4dc.
1 parent a5edad7 commit f5a68b5

File tree

4 files changed

+3
-69
lines changed

4 files changed

+3
-69
lines changed

MAINTAINER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ sudo apt install golang-go
1818

1919
Check that PRs have:
2020

21-
- [ ] All required files (`main.tf`, `README.md`, at least one `.tftest.hcl`)
21+
- [ ] All required files (`main.tf`, `main.test.ts`, `README.md`)
2222
- [ ] Proper frontmatter in README
23-
- [ ] Working tests (`terraform test`)
23+
- [ ] Working tests (`bun test`)
2424
- [ ] Formatted code (`bun run fmt`)
2525
- [ ] Avatar image for new namespaces (`avatar.png` or `avatar.svg` in `.images/`)
2626

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"fmt": "bun x prettier --write **/*.sh **/*.ts **/*.md *.md && terraform fmt -recursive -diff",
55
"fmt:ci": "bun x prettier --check **/*.sh **/*.ts **/*.md *.md && terraform fmt -check -recursive -diff",
66
"terraform-validate": "./scripts/terraform_validate.sh",
7-
"test": "./scripts/terraform_test_all.sh",
7+
"test": "bun test",
88
"update-version": "./update-version.sh"
99
},
1010
"devDependencies": {

registry/coder/modules/zed/zed.tftest.hcl

Lines changed: 0 additions & 40 deletions
This file was deleted.

scripts/terraform_test_all.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)