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