mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
Added polyfills to coverage
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
module.exports = {
|
||||
collectCoverage: true,
|
||||
coverageDirectory: './coverage',
|
||||
coveragePathIgnorePatterns: [
|
||||
'support/polyfills.js'
|
||||
],
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
branches: 75,
|
||||
|
||||
Reference in New Issue
Block a user