🔥 console.logs

This commit is contained in:
Ash Wilson
2017-08-02 19:34:44 -04:00
parent 219eabfa50
commit e90441303d
2 changed files with 0 additions and 5 deletions

View File

@@ -9,11 +9,7 @@ module.exports = ({logFile, headless, testPaths, buildAtomEnvironment}) ->
if process.env.TEST_JUNIT_XML_PATH
require 'jasmine-reporters'
console.log "Producing JUnit XML output at #{process.env.TEST_JUNIT_XML_PATH}."
jasmine.getEnv().addReporter new jasmine.JUnitXmlReporter(process.env.TEST_JUNIT_XML_PATH, true, true)
else
console.log "TEST_JUNIT_XML_PATH was falsy"
console.log require('util').inspect process.env
# Allow document.title to be assigned in specs without screwing up spec window title
documentTitle = null

View File

@@ -12,7 +12,6 @@ export default function (testPaths) {
}
if (process.env.TEST_JUNIT_XML_PATH) {
console.log(`Mocha: Producing JUnit XML output at ${process.env.TEST_JUNIT_XML_PATH}.`)
reporterOptions = {
reporterEnabled: 'list, mocha-junit-reporter',
mochaJunitReporterReporterOptions: {