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