From c6443a43c9744d8d40f7129a98792debe07a3a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Exbrayat?= Date: Wed, 14 Oct 2020 10:23:51 +0200 Subject: [PATCH] test: package exclusion from code coverage (#2377) --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 72e2205f..e6f315c6 100644 --- a/jest.config.js +++ b/jest.config.js @@ -22,7 +22,7 @@ module.exports = { '!packages/template-explorer/**', '!packages/size-check/**', '!packages/runtime-core/src/profiling.ts', - '!packages/runtome-core/src/customFormatter.ts', + '!packages/runtime-core/src/customFormatter.ts', // DOM transitions are tested via e2e so no coverage is collected '!packages/runtime-dom/src/components/Transition*', // only called in browsers