Ignore mock-providers.tsx

This commit is contained in:
Brandon Presley 2023-07-17 16:46:23 +12:00
parent 47d4532169
commit 040d588b5a
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ module.exports = {
},
},
],
ignorePatterns: ['coverage/'],
ignorePatterns: ['coverage/', 'mock-providers.tsx'],
}