MCPcopy
hub / github.com/grafana/k6 / getTestRuntimeWithDoc

Function getTestRuntimeWithDoc

js/modules/k6/html/html_test.go:109–115  ·  view source on GitHub ↗
(t testing.TB, html string)

Source from the content-addressed store, hash-verified

107}
108
109func getTestRuntimeWithDoc(t testing.TB, html string) *sobek.Runtime {
110 t.Helper()
111
112 rt, _ := getTestRuntimeAndModuleInstanceWithDoc(t, html)
113
114 return rt
115}
116
117func TestParseHTML(t *testing.T) {
118 t.Parallel()

Callers 8

TestParseHTMLFunction · 0.85
TestSerializeFunction · 0.85
TestElementsFunction · 0.85
TestElementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…