Skip to content

Add an acceptance test #14

@t0yv0

Description

@t0yv0

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)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/engineeringWork that is not visible to an external user

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions