a little more test cleanup.
This commit is contained in:
parent
84be279476
commit
212bd0c1ac
|
@ -2,11 +2,9 @@ import {
|
|||
query as domQuery,
|
||||
queryAll as domQueryAll
|
||||
} from 'min-dom';
|
||||
import {bootstrapPropertiesPanel, CONTAINER} from './helpers';
|
||||
import { bootstrapPropertiesPanel, CONTAINER } from './helpers';
|
||||
import inputOutput from '../../app/spiffworkflow/InputOutput';
|
||||
import SpiffWorkflowPropertiesProvider from '../../app/spiffworkflow/PropertiesPanel';
|
||||
import { BpmnPropertiesPanelModule, BpmnPropertiesProviderModule } from 'bpmn-js-properties-panel';
|
||||
import spiffModdleExtension from '../../app/spiffworkflow/moddle/spiffworkflow.json';
|
||||
|
||||
describe('BPMN Input / Output', function() {
|
||||
|
||||
|
@ -16,13 +14,9 @@ describe('BPMN Input / Output', function() {
|
|||
debounceInput: false,
|
||||
additionalModules: [
|
||||
inputOutput,
|
||||
SpiffWorkflowPropertiesProvider,
|
||||
BpmnPropertiesPanelModule,
|
||||
BpmnPropertiesProviderModule,
|
||||
],
|
||||
moddleExtensions: {
|
||||
spiffworkflow: spiffModdleExtension
|
||||
},
|
||||
]
|
||||
}));
|
||||
|
||||
it('should have a data input and data output in the properties panel', function() {
|
||||
|
|
|
@ -16,7 +16,6 @@ describe('Properties Panel Script Tasks', function() {
|
|||
beforeEach(bootstrapPropertiesPanel(xml, {
|
||||
debounceInput: false,
|
||||
additionalModules: [
|
||||
inputOutput,
|
||||
SpiffWorkflowPropertiesProvider,
|
||||
BpmnPropertiesPanelModule,
|
||||
BpmnPropertiesProviderModule,
|
||||
|
|
|
@ -15,7 +15,6 @@ describe('Properties Panel Script Tasks', function() {
|
|||
beforeEach(bootstrapPropertiesPanel(xml, {
|
||||
debounceInput: false,
|
||||
additionalModules: [
|
||||
inputOutput,
|
||||
SpiffWorkflowPropertiesProvider,
|
||||
BpmnPropertiesPanelModule,
|
||||
BpmnPropertiesProviderModule,
|
Loading…
Reference in New Issue