Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

[node] pass --verbose to jest test #1086

Closed
wants to merge 1 commit into from
Closed

[node] pass --verbose to jest test #1086

wants to merge 1 commit into from

Conversation

ldct
Copy link
Member

@ldct ldct commented Mar 18, 2019

Without these it seems that console.logs are not being printed (e.g. on master)

@@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"build": "rollup -c",
"test": "jest --setupFiles dotenv-extended/config --runInBand --bail --forceExit",
"test": "jest --setupFiles dotenv-extended/config --runInBand --bail --forceExit --verbose",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typically these options get set in jest.config.json

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

including --runInBand, etc?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--runInBand is an exception jestjs/jest#3215

Copy link
Contributor

@snario snario left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to config file.

@ldct
Copy link
Member Author

ldct commented Mar 21, 2019

implemented in #1082

@ldct ldct closed this Mar 21, 2019
@ldct ldct deleted the ldct/node-log branch March 21, 2019 06:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants