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 41c7562 commit 394d7edCopy full SHA for 394d7ed
jest.config.base.js
@@ -29,6 +29,7 @@ module.exports = {
29
'!./src/**/*.test.tsx',
30
'!./src/**/*.test.browser.ts',
31
'!./src/test-utils/**/*.ts',
32
+ '!./src/test-utils/**/*.tsx',
33
'!./src/**/*.d.ts',
34
'!./src/**/__test__/**',
35
'!./src/**/__mocks__/**',
packages/snaps-controllers/coverage.json
@@ -1,6 +1,6 @@
1
{
2
- "branches": 94.77,
3
- "functions": 98.03,
+ "branches": 95.16,
+ "functions": 99,
4
"lines": 98.63,
5
"statements": 98.43
6
}
0 commit comments