From 25925a7937a5e857e173a8bdcdd7ea35187106fc Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 8 Apr 2021 15:34:26 +0200 Subject: [PATCH] test: fix module augmenation --- test-dts/customizations.test-d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.3