mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +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)',
|
||||
],
|
||||
coverageDirectory: './coverage',
|
||||
coveragePathIgnorePatterns: ['.stories.js', '.snap'],
|
||||
coveragePathIgnorePatterns: ['.stories.*', '.snap'],
|
||||
coverageReporters: ['json'],
|
||||
reporters: [
|
||||
'default',
|
||||
|
Loading…
Reference in New Issue
Block a user