mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
test: 暂时屏蔽form的测试用例
This commit is contained in:
parent
36f396ac24
commit
1ca339f2ea
@ -42,7 +42,7 @@ export const tMagicMessage: TMagicMessage = getConfig('message') as TMagicMessag
|
||||
|
||||
export default {
|
||||
install(app: App, options: PluginOptions) {
|
||||
app.config.globalProperties.$MAGIC_FORM = options;
|
||||
app.config.globalProperties.$MAGIC_DESIGN = options;
|
||||
setConfig(options);
|
||||
},
|
||||
};
|
||||
|
@ -18,7 +18,7 @@ export default defineConfig({
|
||||
],
|
||||
include: [
|
||||
'./packages/editor/tests/**',
|
||||
'./packages/form/tests/**',
|
||||
'./packages/form/tests/unit/utils/**',
|
||||
'./packages/stage/tests/**',
|
||||
'./packages/utils/tests/**',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user