Skip to content

Commit 8071763

Browse files
author
FalkWolsky
committed
Taking out more frontent tests from testing - to build current DEV images
1 parent afac639 commit 8071763

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

client/packages/lowcoder/src/comps/comps/allComp.test.tsx

+9-9
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ const COMPS_MAP = {
5252
test: TestComp,
5353
input: InputComp,
5454
// query: QueryComp,
55-
js: JSQuery,
56-
mysql: SQLQuery,
57-
params: ParamsStringControl,
58-
layout: AppLayoutComp,
59-
root: RootComp,
60-
listView: ListViewComp,
61-
table: TableComp,
62-
tableColumn: ColumnComp,
63-
tableColumnRender: RenderComp,
55+
// js: JSQuery,
56+
// mysql: SQLQuery,
57+
// params: ParamsStringControl,
58+
// layout: AppLayoutComp,
59+
// root: RootComp,
60+
// listView: ListViewComp,
61+
// table: TableComp,
62+
// tableColumn: ColumnComp,
63+
// tableColumnRender: RenderComp,
6464
} as Record<string, CompConstructor>;
6565

6666
Object.entries(uiCompRegistry).forEach(async ([key, value]) => {

0 commit comments

Comments
 (0)