]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: ignore global.d.ts
authorEduardo San Martin Morote <posva13@gmail.com>
Sat, 10 Apr 2021 15:26:38 +0000 (17:26 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sat, 10 Apr 2021 15:26:53 +0000 (17:26 +0200)
jest.config.js

index 32b6e54459f298f312451a36df2a070c32d93140..7ef1f445aa3c5fb7e9fa57870d6a8f22d836e390 100644 (file)
@@ -7,6 +7,7 @@ module.exports = {
   coveragePathIgnorePatterns: [
     '/node_modules/',
     'src/index.ts',
+    '\\.d\\.ts$',
     'src/devtools.ts',
     'src/deprecated.ts',
   ],