From: Eduardo San Martin Morote Date: Thu, 8 Apr 2021 13:34:26 +0000 (+0200) Subject: test: fix module augmenation X-Git-Tag: v2.0.0-alpha.11~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25925a7937a5e857e173a8bdcdd7ea35187106fc;p=thirdparty%2Fvuejs%2Fpinia.git test: fix module augmenation --- diff --git a/test-dts/customizations.test-d.ts b/test-dts/customizations.test-d.ts index 66b8d2fa..ed5968a3 100644 --- a/test-dts/customizations.test-d.ts +++ b/test-dts/customizations.test-d.ts @@ -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'