From dfe6fc1c3d56f5dc269fbb7b3fd22f81cb50ca21 Mon Sep 17 00:00:00 2001 From: kkxxkk2019 Date: Tue, 22 Aug 2023 16:09:29 +0800 Subject: [PATCH] test(vchart-editor): fix the wrong path --- packages/vchart-editor/__tests__/unit/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vchart-editor/__tests__/unit/index.test.ts b/packages/vchart-editor/__tests__/unit/index.test.ts index 0d3e804ae..956f1499d 100644 --- a/packages/vchart-editor/__tests__/unit/index.test.ts +++ b/packages/vchart-editor/__tests__/unit/index.test.ts @@ -1,4 +1,4 @@ -import { version } from '../src'; +import { version } from '../../src'; describe('VChart Editor', () => { it('should get the correct version', () => {