]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: fix module augmenation
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 8 Apr 2021 13:34:26 +0000 (15:34 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Fri, 9 Apr 2021 11:08:56 +0000 (13:08 +0200)
test-dts/customizations.test-d.ts

index 66b8d2fa179cf96945e2bc0b688d1565050905fa..ed5968a38d574d0d2e2f6862fa520f6ce1c8adcb 100644 (file)
@@ -1,6 +1,6 @@
 import { defineStore, expectType, mapStores } from '.'
 
-declare module '../dist/src/index' {
+declare module '../dist/pinia' {
   export interface MapStoresCustomization {
     // this is the only one that can be applied to work with other tests
     suffix: 'Store'