Bug fixes on git

This commit is contained in:
Richard Osborne
2026-02-18 21:03:36 +01:00
parent ade2afee85
commit 2990e47059
5 changed files with 75 additions and 7 deletions

View File

@@ -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 {};