MCPcopy Create free account
hub / github.com/garris/BackstopJS / comparePaths

Function comparePaths

core/util/extendConfig.js:83–86  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

81}
82
83function comparePaths (config) {
84 config.comparePath = path.join(config.backstop, 'compare/output');
85 config.tempCompareConfigFileName = temp.path({ suffix: '.json' });
86}
87
88function captureConfigPaths (config) {
89 const captureDir = path.join(tmpdir, 'capture');

Callers 1

extendConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected