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