From cf8b44d334a006ce60563334fea48c2c09bde7fd Mon Sep 17 00:00:00 2001 From: exuanbo Date: Wed, 6 Dec 2023 00:19:19 +0000 Subject: [PATCH] chore(jest): ignore coverage collection in examples --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 0cf51d21..6fa4a56d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,6 +4,7 @@ /** @type {JestConfig} */ const config = { collectCoverage: true, + coveragePathIgnorePatterns: ['/src/features/editor/examples/'], moduleNameMapper: { '^@/(.*)': '/src/$1', '(.+)\\?raw$': '$1',