]> 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:38 +0000 (17:26 +0200)
jest.config.js

index 971699f2746e218fdfa206680cec71b223e72fc7..174ebedddfc5e28d5705bba1e0da187dc7afe5ee 100644 (file)
@@ -5,6 +5,7 @@ module.exports = {
   coveragePathIgnorePatterns: [
     '/node_modules/',
     'src/index.ts',
+    '\\.d\\.ts$',
     'src/devtools.ts',
     'src/deprecated.ts',
   ],