Versions in this module Expand all Collapse all v0 v0.0.1 Mar 15, 2025 Changes in this version + func EvalNodeScriptWithTS[T any](t testing.TB, script string, dir string, args ...string) (result T, err error) + func EvalNodeScript[T any](t testing.TB, script string, dir string, args ...string) (result T, err error) + func SkipIfNoNodeJS(t testing.TB)