Closed anthonychung14 closed 6 months ago
curious how you run tests.
I took a stab at implementing https://github.com/hay-kot/scaffold/issues/127 and wanted to test a new case.
however, running a command to test injector
go test app/scaffold/injector_test.go
gives me
# command-line-arguments [command-line-arguments.test] app/scaffold/injector_test.go:57:16: undefined: Inject FAIL command-line-arguments [build failed] FAIL
go version go1.22.3 darwin/arm64
ignore. I got it working
curious how you run tests.
I took a stab at implementing https://github.com/hay-kot/scaffold/issues/127 and wanted to test a new case.
however, running a command to test injector
gives me