test: move test cases to testing lib for Switch (#36326)

* add

* test: wave

* fix: type
This commit is contained in:
Yuki Zhang
2022-07-01 11:55:03 +08:00
committed by GitHub
parent 201a66793f
commit efe6d7c8a1
8 changed files with 38 additions and 37 deletions

View File

@@ -24,8 +24,6 @@ declare module 'rc-checkbox';
declare module 'rc-rate';
declare module 'rc-switch';
declare module '*.json' {
const value: any;
export const version: string;