From: Eduardo San Martin Morote Date: Sat, 10 Apr 2021 15:26:38 +0000 (+0200) Subject: test: ignore global.d.ts X-Git-Tag: v0.3.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1cfb3c2e84c1c9f3cbb2b6fe1413b7074914cf28;p=thirdparty%2Fvuejs%2Fpinia.git test: ignore global.d.ts --- diff --git a/jest.config.js b/jest.config.js index 971699f2..174ebedd 100644 --- a/jest.config.js +++ b/jest.config.js @@ -5,6 +5,7 @@ module.exports = { coveragePathIgnorePatterns: [ '/node_modules/', 'src/index.ts', + '\\.d\\.ts$', 'src/devtools.ts', 'src/deprecated.ts', ],