Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/garris/BackstopJS
/ booleanizeArg
Function
booleanizeArg
remote/index.js:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
const
{ modifyJsonpReport } = require(
'../core/util/remote'
);
16
17
const
booleanizeArg = incrementalFlag => [true,
'true'
].includes(incrementalFlag);
18
19
module.exports =
function
(app) {
20
app._backstop = app._backstop || {};
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected