diff --git a/package.json b/package.json index 1969c45bb65d91171b174da844ff6ec9939cbbc8..16fd66bee8d81f573f98abbc5c85aa7c7f9f0dbf 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "heroku-push": "git push heroku master", "heroku-scheduler": "heroku addons:open scheduler", "jest": "yarn clean-cache && cross-env NODE_ENV=test LOG_LEVEL=fatal jest", + "jest-silent": "yarn jest --reporters jest-silent-reporter", "lint-fix": "eslint --fix lib test", "lint": "eslint lib test", "prettier": "prettier \"**/*.{js,json,md}\" --write", @@ -112,6 +113,7 @@ "eslint-plugin-import": "2.12.0", "eslint-plugin-promise": "3.8.0", "jest": "23.1.0", + "jest-silent-reporter": "0.0.5", "mockdate": "2.0.2", "nock": "9.3.0", "prettier": "1.13.3", diff --git a/yarn.lock b/yarn.lock index 098470af2cc5c95155f8ee0ee0523c6457d546ff..66f634d1afb75a007d5b86303b7c177910ac3d0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -938,7 +938,7 @@ chai@4.1.2, chai@^4.1.2: pathval "^1.0.0" type-detect "^4.0.0" -chalk@2.4.1: +chalk@2.4.1, chalk@^2.3.1: version "2.4.1" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" dependencies: @@ -3510,6 +3510,13 @@ jest-serializer@^23.0.1: version "23.0.1" resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-23.0.1.tgz#a3776aeb311e90fe83fab9e533e85102bd164165" +jest-silent-reporter@0.0.5: + version "0.0.5" + resolved "https://registry.yarnpkg.com/jest-silent-reporter/-/jest-silent-reporter-0.0.5.tgz#14139b7a991b7bcca880dd8a69c33a91723a8f1f" + dependencies: + chalk "^2.3.1" + jest-util "^23.0.0" + jest-snapshot@^23.0.1: version "23.0.1" resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.0.1.tgz#6674fa19b9eb69a99cabecd415bddc42d6af3e7e" @@ -3521,7 +3528,7 @@ jest-snapshot@^23.0.1: natural-compare "^1.4.0" pretty-format "^23.0.1" -jest-util@^23.1.0: +jest-util@^23.0.0, jest-util@^23.1.0: version "23.1.0" resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.1.0.tgz#c0251baf34644c6dd2fea78a962f4263ac55772d" dependencies: @@ -4768,7 +4775,6 @@ npm@6.1.0: cmd-shim "~2.0.2" columnify "~1.5.4" config-chain "~1.1.11" - debuglog "*" detect-indent "~5.0.0" detect-newline "^2.1.0" dezalgo "~1.0.3" @@ -4783,7 +4789,6 @@ npm@6.1.0: has-unicode "~2.0.1" hosted-git-info "^2.6.0" iferr "^1.0.0" - imurmurhash "*" inflight "~1.0.6" inherits "~2.0.3" ini "^1.3.5" @@ -4796,14 +4801,8 @@ npm@6.1.0: libnpx "^10.2.0" lock-verify "^2.0.2" lockfile "^1.0.4" - lodash._baseindexof "*" lodash._baseuniq "~4.6.0" - lodash._bindcallback "*" - lodash._cacheindexof "*" - lodash._createcache "*" - lodash._getnative "*" lodash.clonedeep "~4.5.0" - lodash.restparam "*" lodash.union "~4.6.0" lodash.uniq "~4.5.0" lodash.without "~4.4.0" @@ -4842,7 +4841,6 @@ npm@6.1.0: read-package-json "^2.0.13" read-package-tree "^5.2.1" readable-stream "^2.3.6" - readdir-scoped-modules "*" request "^2.86.0" retry "^0.12.0" rimraf "~2.6.2"