mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
Updating jest config to ignore all stories files including js and tsx (#18231)
This commit is contained in:
parent
1d5e8a7840
commit
5e4e98b0c3
@ -14,7 +14,7 @@ module.exports = {
|
|||||||
'<rootDir>/development/fitness-functions/**/*.test.(js|ts|tsx)',
|
'<rootDir>/development/fitness-functions/**/*.test.(js|ts|tsx)',
|
||||||
],
|
],
|
||||||
coverageDirectory: './coverage',
|
coverageDirectory: './coverage',
|
||||||
coveragePathIgnorePatterns: ['.stories.js', '.snap'],
|
coveragePathIgnorePatterns: ['.stories.*', '.snap'],
|
||||||
coverageReporters: ['json'],
|
coverageReporters: ['json'],
|
||||||
reporters: [
|
reporters: [
|
||||||
'default',
|
'default',
|
||||||
|
Loading…
Reference in New Issue
Block a user