From f37e20a957224a384e77887bfa618f3e8374878a Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Sun, 24 Nov 2024 18:13:49 -0800 Subject: [PATCH] add twinkleutil to jest coverage --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 0e87029f2..a39ffd596 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,6 +7,7 @@ module.exports = { collectCoverageFrom: [ 'morebits.js', 'twinkle.js', + 'twinkleutil.js', 'modules/**/*.{js,jsx,ts,tsx}' ] };