Commit a427780 1 parent 10955e8 commit a427780 Copy full SHA for a427780
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ import { sendMouse } from '@web/test-runner-commands';
6
6
7
7
import { SinonSpy , spy } from 'sinon' ;
8
8
9
+ import { SclTextField } from '@openenergytools/scl-text-field' ;
10
+ import { MdIconButton } from '@scopedelement/material-web/iconbutton/MdIconButton.js' ;
11
+ import { MdIcon } from '@scopedelement/material-web/icon/MdIcon.js' ;
12
+
9
13
import {
10
14
isInsert ,
11
15
isRemove ,
@@ -15,6 +19,10 @@ import { dataSetDoc } from './data-set-editor.testfiles.js';
15
19
16
20
import './data-set-editor.js' ;
17
21
22
+ window . customElements . define ( 'scl-text-field' , SclTextField ) ;
23
+ window . customElements . define ( 'md-icon-button' , MdIconButton ) ;
24
+ window . customElements . define ( 'md-icon' , MdIcon ) ;
25
+
18
26
const doc = new DOMParser ( ) . parseFromString ( dataSetDoc , 'application/xml' ) ;
19
27
20
28
describe ( 'DataSet editor component' , ( ) => {
You can’t perform that action at this time.
0 commit comments