-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
kind/engineeringWork that is not visible to an external userWork that is not visible to an external user
Description
Otherwise it is really easy to break the provider accidentally.
This is really not an acceptance test:
func TestAccSimple(t *testing.T) {
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: filepath.Join(getCwd(t), "simple-node"),
})
// TODO: remove the next line and uncomment ProgramTest when the test is implemented
assert.NotNil(t, &test)
// integration.ProgramTest(t, &test)
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/engineeringWork that is not visible to an external userWork that is not visible to an external user