]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test: package exclusion from code coverage (#2377)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Wed, 14 Oct 2020 08:23:51 +0000 (10:23 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 08:23:51 +0000 (10:23 +0200)
jest.config.js

index 72e2205febbc1d2dd5e5c8294a42165531d304c1..e6f315c6de12f45aeeacec8585c764f1e5598d37 100644 (file)
@@ -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