1
0
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:
George Marshall 2023-03-20 16:24:26 -07:00 committed by GitHub
parent 1d5e8a7840
commit 5e4e98b0c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',