Skip to content
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

fix(integration-tests): do not emit declaration files (to memory-fs) #160

Merged
merged 1 commit into from Dec 10, 2018

Conversation

unstubbable
Copy link
Member

@unstubbable unstubbable commented Dec 8, 2018

First of all, we don't need them. And secondly, this reduces the webpack output when running the tests.

I would have liked to also reduce the stats that are printed, but because of the following bug, only one of the two bundled files is printed:
jestjs/jest#2441
Jest PR with a fix: jestjs/jest#6871

When the PR is merged, we could use this stats config for example:

{
  all: false,
  assets: true,
  colors: true,
  timings: true
}

First of all, we don't need them. And secondly, this reduces the webpack
output when running the tests.

I would have liked to also reduce the stats that are printed, but because
of the following bug, only the one of the two bundled files is printed:
jestjs/jest#2441
Jest PR with a fix: jestjs/jest#6871

When the PR is merged, we could use this stats config for example:

```json
{
  all: false,
  assets: true,
  colors: true,
  timings: true
}
```
@unstubbable unstubbable merged commit 4111227 into master Dec 10, 2018
@unstubbable unstubbable deleted the fix-itests-webpack-output branch December 10, 2018 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants