Skip to content

Commit a490f6e

Browse files
fixup
1 parent 50f5866 commit a490f6e

8 files changed

+8
-0
lines changed

editors/dataset/data-set-editor.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { visualDiff } from '@web/test-runner-visual-regression';
88
import { dataSetDoc, otherDataSetDoc } from './data-set-editor.testfiles.js';
99

1010
import './data-set-editor.js';
11+
import '../../oscd-publisher.js'; // for loading of components only
1112
import type { DataSetEditor } from './data-set-editor.js';
1213

1314
const factor = window.process && process.env.CI ? 4 : 2;

editors/dataset/data-set-element-editor.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { visualDiff } from '@web/test-runner-visual-regression';
77

88
import { dataSetDoc } from './data-set-editor.testfiles.js';
99

10+
import '../../oscd-publisher.js'; // for loading of components only
1011
import './data-set-element-editor.js';
1112
import type { DataSetElementEditor } from './data-set-element-editor.js';
1213

editors/gsecontrol/gse-control-editor.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { visualDiff } from '@web/test-runner-visual-regression';
77

88
import { gseControlDoc, otherGseControlDoc } from './gseControl.testfiles.js';
99

10+
import '../../oscd-publisher.js'; // for loading of components only
1011
import './gse-control-editor.js';
1112
import type { GseControlEditor } from './gse-control-editor.js';
1213

editors/gsecontrol/gse-control-element-editor.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { SclCheckbox } from '@openenergytools/scl-checkbox';
99

1010
import { gseControlDoc } from './gseControl.testfiles.js';
1111

12+
import '../../oscd-publisher.js'; // for loading of components only
1213
import './gse-control-element-editor.js';
1314
import type { GseControlElementEditor } from './gse-control-element-editor.js';
1415

editors/report/report-control-editor.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
otherReportControlDoc,
1111
} from './reportControl.testfiles.js';
1212

13+
import '../../oscd-publisher.js'; // for loading of components only
1314
import './report-control-editor.js';
1415
import type { ReportControlEditor } from './report-control-editor.js';
1516

editors/report/report-control-element-editor.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { SclCheckbox } from '@openenergytools/scl-checkbox';
88

99
import { reportControlDoc } from './reportControl.testfiles.js';
1010

11+
import '../../oscd-publisher.js'; // for loading of components only
1112
import './report-control-element-editor.js';
1213
import type { ReportControlElementEditor } from './report-control-element-editor.js';
1314

editors/sampledvalue/sampled-value-control-editor.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { visualDiff } from '@web/test-runner-visual-regression';
77

88
import { otherSmvControlDoc, smvControlDoc } from './smvControl.testfiles.js';
99

10+
import '../../oscd-publisher.js'; // for loading of components only
1011
import './sampled-value-control-editor.js';
1112
import type { SampledValueControlEditor } from './sampled-value-control-editor.js';
1213

editors/sampledvalue/sampled-value-control-element-editor.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { SclCheckbox } from '@openenergytools/scl-checkbox';
99

1010
import { smvControlDoc } from './smvControl.testfiles.js';
1111

12+
import '../../oscd-publisher.js'; // for loading of components only
1213
import './sampled-value-control-element-editor.js';
1314
import type { SampledValueControlElementEditor } from './sampled-value-control-element-editor.js';
1415

0 commit comments

Comments
 (0)