mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-22 20:48:07 +00:00
a little more test cleanup.
This commit is contained in:
parent
84be279476
commit
212bd0c1ac
@ -4,9 +4,7 @@ import {
|
|||||||
} from 'min-dom';
|
} from 'min-dom';
|
||||||
import { bootstrapPropertiesPanel, CONTAINER } from './helpers';
|
import { bootstrapPropertiesPanel, CONTAINER } from './helpers';
|
||||||
import inputOutput from '../../app/spiffworkflow/InputOutput';
|
import inputOutput from '../../app/spiffworkflow/InputOutput';
|
||||||
import SpiffWorkflowPropertiesProvider from '../../app/spiffworkflow/PropertiesPanel';
|
|
||||||
import { BpmnPropertiesPanelModule, BpmnPropertiesProviderModule } from 'bpmn-js-properties-panel';
|
import { BpmnPropertiesPanelModule, BpmnPropertiesProviderModule } from 'bpmn-js-properties-panel';
|
||||||
import spiffModdleExtension from '../../app/spiffworkflow/moddle/spiffworkflow.json';
|
|
||||||
|
|
||||||
describe('BPMN Input / Output', function() {
|
describe('BPMN Input / Output', function() {
|
||||||
|
|
||||||
@ -16,13 +14,9 @@ describe('BPMN Input / Output', function() {
|
|||||||
debounceInput: false,
|
debounceInput: false,
|
||||||
additionalModules: [
|
additionalModules: [
|
||||||
inputOutput,
|
inputOutput,
|
||||||
SpiffWorkflowPropertiesProvider,
|
|
||||||
BpmnPropertiesPanelModule,
|
BpmnPropertiesPanelModule,
|
||||||
BpmnPropertiesProviderModule,
|
BpmnPropertiesProviderModule,
|
||||||
],
|
]
|
||||||
moddleExtensions: {
|
|
||||||
spiffworkflow: spiffModdleExtension
|
|
||||||
},
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
it('should have a data input and data output in the properties panel', function() {
|
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, {
|
beforeEach(bootstrapPropertiesPanel(xml, {
|
||||||
debounceInput: false,
|
debounceInput: false,
|
||||||
additionalModules: [
|
additionalModules: [
|
||||||
inputOutput,
|
|
||||||
SpiffWorkflowPropertiesProvider,
|
SpiffWorkflowPropertiesProvider,
|
||||||
BpmnPropertiesPanelModule,
|
BpmnPropertiesPanelModule,
|
||||||
BpmnPropertiesProviderModule,
|
BpmnPropertiesProviderModule,
|
||||||
|
@ -15,7 +15,6 @@ describe('Properties Panel Script Tasks', function() {
|
|||||||
beforeEach(bootstrapPropertiesPanel(xml, {
|
beforeEach(bootstrapPropertiesPanel(xml, {
|
||||||
debounceInput: false,
|
debounceInput: false,
|
||||||
additionalModules: [
|
additionalModules: [
|
||||||
inputOutput,
|
|
||||||
SpiffWorkflowPropertiesProvider,
|
SpiffWorkflowPropertiesProvider,
|
||||||
BpmnPropertiesPanelModule,
|
BpmnPropertiesPanelModule,
|
||||||
BpmnPropertiesProviderModule,
|
BpmnPropertiesProviderModule,
|
Loading…
x
Reference in New Issue
Block a user