Skip to content

Commit 9ad900b

Browse files
committed
Fix verbose setting
1 parent c88d6a7 commit 9ad900b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"collectCoverageFrom": [
7878
"<rootDir>/src/**"
7979
],
80+
"verbose": true,
8081
"projects": [
8182
{
8283
"displayName": "Enzyme",
@@ -86,17 +87,15 @@
8687
"testMatch": [
8788
"<rootDir>/test/*.test.ts",
8889
"<rootDir>/test/*.test.tsx"
89-
],
90-
"verbose": true
90+
]
9191
},
9292
{
9393
"displayName": "Puppeteer",
9494
"preset": "jest-puppeteer",
9595
"testMatch": [
9696
"<rootDir>/test/puppeteer/*.test.ts",
9797
"<rootDir>/test/puppeteer/*.test.tsx"
98-
],
99-
"verbose": true
98+
]
10099
}
101100
]
102101
}

0 commit comments

Comments
 (0)