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

Revert "Re-enable jest-silent-reporter #hacktoberfest" #8230

Merged
merged 2 commits into from Oct 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -22,27 +22,27 @@ matrix:
include:
- os: linux
node_js: "10"
env: NO_WATCH_TESTS=1 JEST_SILENT_REPORTER_DOTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache --reporters jest-silent-reporter" JOB_PART=basic
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=basic
stage: basic
- os: linux
node_js: "10"
env: NO_WATCH_TESTS=1 JEST_SILENT_REPORTER_DOTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache --reporters jest-silent-reporter" JOB_PART=lint-unit
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=lint-unit
stage: advanced
- os: linux
node_js: "10"
env: NO_WATCH_TESTS=1 JEST_SILENT_REPORTER_DOTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache --reporters jest-silent-reporter" JOB_PART=integration
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
stage: advanced
- os: osx
node_js: "10"
env: NO_WATCH_TESTS=1 JEST_SILENT_REPORTER_DOTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache --reporters jest-silent-reporter" JOB_PART=integration
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
stage: versions
- os: linux
node_js: "8"
env: NO_WATCH_TESTS=1 JEST_SILENT_REPORTER_DOTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache --reporters jest-silent-reporter" JOB_PART=integration
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
stage: versions
- os: linux
node_js: "6"
env: NO_WATCH_TESTS=1 JEST_SILENT_REPORTER_DOTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache --reporters jest-silent-reporter" JOB_PART=integration
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
stage: versions
fast_finish: true
allow_failures:
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -27,8 +27,7 @@ matrix:
test_script:
- node --version
- yarn --version
- cmd: set JEST_SILENT_REPORTER_DOTS=1
- cmd: set JEST=--maxWorkers=2 --cacheDirectory .jest-cache --reporters=jest-silent-reporter
- cmd: set JEST=--maxWorkers=2 --cacheDirectory .jest-cache
- cmd: yarn appveyor:integration
- cmd: yarn istanbul report --report lcovonly
- cmd: yarn unlink webpack
Expand Down
10 changes: 4 additions & 6 deletions azure-pipelines.yml
Expand Up @@ -96,14 +96,13 @@ jobs:
displayName: "Install dependencies"
- script: |
set -e
set JEST_SILENT_REPORTER_DOTS=1
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
yarn cover:init
yarn cover:integration "test/(?!TestCases)" --ci --maxWorkers=2 --reporters=jest-silent-reporter
yarn cover:integration "test/(?!TestCases)" --ci --maxWorkers=2
mv coverage/coverage-final.json coverage/coverage-final-1.json
yarn cover:integration "test/TestCasesD" --ci --maxWorkers=2 --reporters=jest-silent-reporter
yarn cover:integration "test/TestCasesD" --ci --maxWorkers=2
mv coverage/coverage-final.json coverage/coverage-final-2.json
yarn cover:integration "test/TestCases(?!D)" --ci --maxWorkers=2 --reporters=jest-silent-reporter
yarn cover:integration "test/TestCases(?!D)" --ci --maxWorkers=2
mv coverage/coverage-final.json coverage/coverage-final-3.json
displayName: "Run tests with coverage"
- job: macos
Expand Down Expand Up @@ -189,6 +188,5 @@ jobs:
displayName: "Install dependencies"
- script: |
set -e
set JEST_SILENT_REPORTER_DOTS=1
yarn cover:init && yarn cover:integration "test/(?!TestCases)" --ci --maxWorkers=2 --reporters=jest-silent-reporter && move coverage\\coverage-final.json coverage\\coverage-final-1.json && yarn cover:integration "test/TestCasesD" --ci --maxWorkers=2 --reporters=jest-silent-reporter && move coverage\\coverage-final.json coverage\\coverage-final-2.json && yarn cover:integration "test/TestCases(?!D)" --ci --maxWorkers=2 --reporters=jest-silent-reporter && move coverage\\coverage-final.json coverage\\coverage-final-3.json
yarn cover:init && yarn cover:integration "test/(?!TestCases)" --ci --maxWorkers=2 && move coverage\\coverage-final.json coverage\\coverage-final-1.json && yarn cover:integration "test/TestCasesD" --ci --maxWorkers=2 && move coverage\\coverage-final.json coverage\\coverage-final-2.json && yarn cover:integration "test/TestCases(?!D)" --ci --maxWorkers=2 && move coverage\\coverage-final.json coverage\\coverage-final-3.json
displayName: "Run tests with coverage"
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -56,7 +56,6 @@
"jade": "^1.11.0",
"jade-loader": "~0.8.0",
"jest": "^23.4.1",
"jest-silent-reporter": "^0.1.1",
"json-loader": "^0.5.7",
"json-schema-to-typescript": "^6.0.1",
"less": "^2.5.1",
Expand Down
34 changes: 1 addition & 33 deletions yarn.lock
Expand Up @@ -4060,17 +4060,6 @@ jest-matcher-utils@^23.2.0:
jest-get-type "^22.1.0"
pretty-format "^23.2.0"

jest-message-util@^23.0.0:
version "23.3.0"
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.3.0.tgz#bc07b11cec6971fb5dd9de2dfb60ebc22150c160"
integrity sha1-vAexHOxpcftd2d4t+2DrwiFQwWA=
dependencies:
"@babel/code-frame" "^7.0.0-beta.35"
chalk "^2.0.1"
micromatch "^3.1.10"
slash "^1.0.0"
stack-utils "^1.0.1"

jest-message-util@^23.4.0:
version "23.4.0"
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.4.0.tgz#17610c50942349508d01a3d1e0bda2c079086a9f"
Expand Down Expand Up @@ -4160,14 +4149,6 @@ jest-serializer@^23.0.1:
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-23.0.1.tgz#a3776aeb311e90fe83fab9e533e85102bd164165"
integrity sha1-o3dq6zEekP6D+rnlM+hRAr0WQWU=

jest-silent-reporter@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jest-silent-reporter/-/jest-silent-reporter-0.1.1.tgz#2580704abf6245009f486fbea68f697dd7db2f48"
integrity sha512-nrRzOV4151hG354tnVWfyZbFGJdylpadRWYWWPSD+WeOz2hQOjUGxvIFODnaY9cKQ7JWCtG+5LgSss22ccRhBg==
dependencies:
chalk "^2.3.1"
jest-util "^23.0.0"

jest-snapshot@^23.4.1:
version "23.4.1"
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.4.1.tgz#090de9acae927f6a3af3005bda40d912b83e9c96"
Expand All @@ -4185,19 +4166,6 @@ jest-snapshot@^23.4.1:
pretty-format "^23.2.0"
semver "^5.5.0"

jest-util@^23.0.0:
version "23.0.1"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.0.1.tgz#68ea5bd7edb177d3059f9797259f8e0dacce2f99"
integrity sha1-aOpb1+2xd9MFn5eXJZ+ODazOL5k=
dependencies:
callsites "^2.0.0"
chalk "^2.0.1"
graceful-fs "^4.1.11"
is-ci "^1.0.10"
jest-message-util "^23.0.0"
mkdirp "^0.5.1"
source-map "^0.6.0"

jest-util@^23.4.0:
version "23.4.0"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.4.0.tgz#4d063cb927baf0a23831ff61bec2cbbf49793561"
Expand Down Expand Up @@ -4895,7 +4863,7 @@ micromatch@^2.3.11:
parse-glob "^3.0.4"
regex-cache "^0.4.2"

micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8:
micromatch@^3.1.4, micromatch@^3.1.8:
version "3.1.10"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
Expand Down