From: Cédric Exbrayat Date: Wed, 14 Oct 2020 08:23:51 +0000 (+0200) Subject: test: package exclusion from code coverage (#2377) X-Git-Tag: v3.0.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6443a43c9744d8d40f7129a98792debe07a3a82;p=thirdparty%2Fvuejs%2Fcore.git test: package exclusion from code coverage (#2377) --- diff --git a/jest.config.js b/jest.config.js index 72e2205feb..e6f315c6de 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