You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Node.js 10 or greater, npm test will fail with the error:
$ npm test
> @silvermine/[email protected] test /home/travis/build/silvermine/lambda-utils
> istanbul cover ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'
event-unwrappers/s3-in-sns
/home/travis/build/silvermine/lambda-utils/node_modules/istanbul/lib/command/common/run-with-cover.js:239
console.error('=============================================================================');
^
TypeError: console.error is not a function
at process.<anonymous> (/home/travis/build/silvermine/lambda-utils/node_modules/istanbul/lib/command/common/run-with-cover.js:239:33)
at Object.onceWrapper (events.js:273:13)
at process.emit (events.js:187:15)
npm ERR! Test failed. See above for more details.
The command "npm test" exited with 1.
When using Node.js 10 or greater,
npm test
will fail with the error:Example: https://travis-ci.org/silvermine/lambda-utils/jobs/458534214
The text was updated successfully, but these errors were encountered: