MCPcopy Create free account
hub / github.com/Effect-TS/tsgo / TestDataPath

Function TestDataPath

internal/effecttest/baseline.go:27–29  ·  view source on GitHub ↗

TestDataPath returns the path to our testdata directory.

()

Source from the content-addressed store, hash-verified

25
26// TestDataPath returns the path to our testdata directory.
27func TestDataPath() string {
28 return filepath.Join(bundledeffect.EffectTsGoRootPath(), "testdata")
29}
30
31// BaselineLocalPath returns the path to write local baselines.
32func BaselineLocalPath(subfolder string) string {

Callers 2

BaselineLocalPathFunction · 0.70
BaselineReferencePathFunction · 0.70

Calls 1

EffectTsGoRootPathFunction · 0.92

Tested by

no test coverage detected