diff --git a/components/input/index.spec.ts b/components/input/index.spec.ts index beb0ad48a..865ac23f9 100644 --- a/components/input/index.spec.ts +++ b/components/input/index.spec.ts @@ -10,7 +10,7 @@ import {Dialog} from '../dialog'; import { Component } from 'intact'; describe('Input', () => { - // afterEach(() => {unmount()}); + afterEach(() => {unmount()}); it('basic test', async () => { const [instance, element] = mount(BasicDemo); diff --git a/index.ts b/index.ts index 2aeaae38c..8b87aaaa6 100644 --- a/index.ts +++ b/index.ts @@ -1,5 +1,5 @@ /*! - * @king-design v3.4.5 + * @king-design v3.5.0-beta.0 * * Copyright (c) Kingsoft Cloud * Released under the MIT License @@ -69,6 +69,6 @@ export * from './components/upload'; export * from './components/view'; export * from './components/wave'; -export const version = '3.4.5'; +export const version = '3.5.0-beta.0'; /* generate end */