Skip to content

Commit e5212ac

Browse files
committed
chore: remove jest verbose key
1 parent ed6aad8 commit e5212ac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module.exports = {
2-
verbose: true,
32
collectCoverage: true,
43
testRegex: '/src/__tests__/.*(\\.|/)(test|spec)\\.js?$',
54
roots: ['<rootDir>/src'],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"format": "prettier --write 'src/**/*.{js,md,json}'",
1111
"build": "webpack --config config/webpack.prod.js",
1212
"build:dev": "webpack --watch --progress --config config/webpack.dev.js",
13-
"test": "jest --silent",
13+
"test": "jest",
1414
"test:watch": "yarn test --watch --maxWorkers=50%",
1515
"test:ci": "yarn test --coverage",
1616
"postpublish": "yarn build",

0 commit comments

Comments
 (0)