We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af2f67 commit d2023f1Copy full SHA for d2023f1
1 file changed
jest.config.js
@@ -5,6 +5,7 @@
5
module.exports = {
6
collectCoverageFrom: [
7
'**/packages/*/**/*.js',
8
+ '**/packages/*/**/*.ts',
9
'!**/bin/**',
10
'!**/cli/**',
11
'!**/perf/**',
0 commit comments