-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore(mojaloop/#3438): nodejs upgrade #309
Conversation
"test:unit": "jest --runInBand --testMatch '**/test/unit/**/*.test.js'", | ||
"test:coverage": "jest --runInBand --coverage --coverageThreshold='{}' --testMatch '**/test/unit/**/*.test.js'", | ||
"test:coverage-check": "jest --runInBand --coverage --testMatch '**/test/unit/**/*.test.js'", | ||
"test:junit": "jest --runInBand --reporters=default --reporters=jest-junit --testMatch '**/test/unit/**/*.test.js'", |
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.
test/unit/server.test.js
and test/unit/serverStart.test.js
fail when tests are run in parallel.
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.
Looks good....I did find a single minor change
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.
+1
…ng-service into chore/#3438-nodejs-upgrade
chore(mojaloop/#3438): nodejs upgrade - mojaloop/project#3438
.nvmrc
filemaster
branch tomain
test/unit/server.tests.js
andtest/unit/serverStart.test.js
fail when run in parallel)