From fe0f8f98ad5d718e21c5a8b67e097431da1d5e32 Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Mon, 16 Jun 2025 22:52:08 -0400 Subject: [PATCH] Added polyfills to coverage --- tests/javascripts/jest.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/javascripts/jest.config.js b/tests/javascripts/jest.config.js index 75dfe255b..a38cea60f 100644 --- a/tests/javascripts/jest.config.js +++ b/tests/javascripts/jest.config.js @@ -1,6 +1,9 @@ module.exports = { collectCoverage: true, coverageDirectory: './coverage', + coveragePathIgnorePatterns: [ + 'support/polyfills.js' + ], coverageThreshold: { global: { branches: 75,