mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-03-08 01:53:30 +01:00
Bug fixes on git
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
export * from './componentconnections';
|
||||
export * from './componentinstances';
|
||||
export * from './componentports';
|
||||
export * from './componentspanel';
|
||||
// componentspanel test removed - tests legacy Backbone ComponentsPanelView which
|
||||
// has been archived to ComponentsPanelNew/ComponentsPanel.ts.legacy (not webpack-resolvable)
|
||||
export * from './conditionalports';
|
||||
export * from './dynamicports';
|
||||
export * from './expandedports';
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
export * from './UBAConditions.test';
|
||||
export * from './UBASchemaParser.test';
|
||||
export * from './ElementConfigRegistry.test';
|
||||
// NOTE: UBAConditions.test, UBASchemaParser.test, ElementConfigRegistry.test
|
||||
// use @jest/globals and are Jest-only tests. They run via `npm run test:editor`.
|
||||
// Do NOT re-add them here - the Electron Jasmine runner will crash on import.
|
||||
export {};
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
export * from './StyleAnalyzer.test';
|
||||
// NOTE: StyleAnalyzer.test uses @jest/globals and is a Jest-only test.
|
||||
// It runs via `npm run test:editor`.
|
||||
// Do NOT re-add it here - the Electron Jasmine runner will crash on import.
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user