func()

in projen/typescript/typescript.go [1002:1013]


func (t *jsiiProxy_TypeScriptAppProject) AddTestCommand(commands ...*string) {
	args := []interface{}{}
	for _, a := range commands {
		args = append(args, a)
	}

	_jsii_.InvokeVoid(
		t,
		"addTestCommand",
		args,
	)
}