Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb
Commits
d1b5e416
Commit
d1b5e416
authored
Aug 20, 2019
by
Sonja Happ
Browse files
fix a path in testing file
parent
f468b445
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/__tests__/widget/edit-widget-control-creator.js
View file @
d1b5e416
import
{
expect
}
from
'
chai
'
;
import
createControls
from
'
../widget/edit-widget-control-creator
'
;
import
EditWidgetTextControl
from
'
../widget/edit-widget-text-control
'
;
import
EditWidgetColorControl
from
'
../widget/edit-widget-color-control
'
;
import
EditWidgetTimeControl
from
'
../widget/edit-widget-time-control
'
;
import
EditImageWidgetControl
from
'
../widget/edit-widget-image-control
'
;
import
EditWidgetSimulationControl
from
'
../widget/edit-widget-simulation-control
'
;
import
EditWidgetSignalControl
from
'
../widget/edit-widget-signal-control
'
;
import
EditWidgetSignalsControl
from
'
../widget/edit-widget-signals-control
'
;
import
EditWidgetOrientation
from
'
../widget/edit-widget-orientation
'
;
import
EditWidgetTextSizeControl
from
'
../widget/edit-widget-text-size-control
'
;
import
EditWidgetAspectControl
from
'
../widget/edit-widget-aspect-control
'
;
import
EditWidgetCheckboxControl
from
'
../widget/edit-widget-checkbox-control
'
;
import
EditWidgetMinMaxControl
from
'
../widget/edit-widget-min-max-control
'
;
import
EditWidgetColorZonesControl
from
'
../widget/edit-widget-color-zones-control
'
;
import
EditWidgetHTMLContent
from
'
../widget/edit-widget-html-content
'
;
import
EditWidgetNumberControl
from
'
../widget/edit-widget-number-control
'
;
import
createControls
from
'
../
../
widget/edit-widget-control-creator
'
;
import
EditWidgetTextControl
from
'
../
../
widget/edit-widget-text-control
'
;
import
EditWidgetColorControl
from
'
../
../
widget/edit-widget-color-control
'
;
import
EditWidgetTimeControl
from
'
../
../
widget/edit-widget-time-control
'
;
import
EditImageWidgetControl
from
'
../
../
widget/edit-widget-image-control
'
;
import
EditWidgetSimulationControl
from
'
../
../
widget/edit-widget-simulation-control
'
;
import
EditWidgetSignalControl
from
'
../
../
widget/edit-widget-signal-control
'
;
import
EditWidgetSignalsControl
from
'
../
../
widget/edit-widget-signals-control
'
;
import
EditWidgetOrientation
from
'
../
../
widget/edit-widget-orientation
'
;
import
EditWidgetTextSizeControl
from
'
../
../
widget/edit-widget-text-size-control
'
;
import
EditWidgetAspectControl
from
'
../
../
widget/edit-widget-aspect-control
'
;
import
EditWidgetCheckboxControl
from
'
../
../
widget/edit-widget-checkbox-control
'
;
import
EditWidgetMinMaxControl
from
'
../
../
widget/edit-widget-min-max-control
'
;
import
EditWidgetColorZonesControl
from
'
../
../
widget/edit-widget-color-zones-control
'
;
import
EditWidgetHTMLContent
from
'
../
../
widget/edit-widget-html-content
'
;
import
EditWidgetNumberControl
from
'
../
../
widget/edit-widget-number-control
'
;
describe
(
'
edit widget control creator
'
,
()
=>
{
it
(
'
should not return null
'
,
()
=>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment