MCPcopy 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

15const { modifyJsonpReport } = require('../core/util/remote');
16
17const booleanizeArg = incrementalFlag => [true, 'true'].includes(incrementalFlag);
18
19module.exports = function (app) {
20 app._backstop = app._backstop || {};

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected