-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gulp imports #4572
base: develop
Are you sure you want to change the base?
Gulp imports #4572
Conversation
# Conflicts: # ts/env-helper.js.map # ts/qm.file-helper.js.map
# Conflicts: # gulpfile.js # ts/cypress-runner.js # ts/cypress-runner.js.map # ts/env-helper.js # ts/qm.file-helper.js # ts/qm.log.js # ts/qm.log.js.map # ts/qm.log.ts
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W040: If a strict mode function is executed using function invocation, its 'this' value will be undefined.
(at-me in a reply with help
or ignore
)
@@ -0,0 +1,50 @@ | |||
"use strict"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W097: Use the function form of "use strict".
(at-me in a reply with help
or ignore
)
else { | ||
console.log("runLastFailedCypressTest and then run runCypressTests"); | ||
qmTests.runLastFailedCypressTest(function (err) { | ||
console.log("Done with runLastFailedCypressTest. Going to run all now..."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W117: 'console' is not defined.
(at-me in a reply with help
or ignore
)
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W117: 'exports' is not defined.
(at-me in a reply with help
or ignore
)
if (!process.env.ELECTRON_ENABLE_LOGGING) { | ||
console.log("set env ELECTRON_ENABLE_LOGGING=\"1\" if you want to log to CI. Disabled by default to avoid leaking secrets on Travis"); | ||
} | ||
var specName = process.env.SPEC_NAME; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W117: 'process' is not defined.
(at-me in a reply with help
or ignore
)
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var qmTests = __importStar(require("./cypress-functions")); | ||
var env_helper_1 = require("./env-helper"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W117: 'require' is not defined.
(at-me in a reply with help
or ignore
)
No description provided.