Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/garris/BackstopJS
/ projectPath
Function
projectPath
core/util/makeConfig.js:6–8 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
4
const
NON_CONFIG_COMMANDS = [
'init'
,
'version'
,
'stop'
];
5
6
function
projectPath (config) {
7
return
process.cwd();
8
}
9
10
function
loadProjectConfig (command, options, config) {
11
// TEST REPORT FILE NAME
Callers
1
makeConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected