mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-13 10:34:55 +00:00
test(layout): remove awesome test
This commit is contained in:
parent
6eba64d666
commit
eadc1fb159
@ -10,26 +10,12 @@ import {
|
||||
reconnectEnd
|
||||
} from './Helper';
|
||||
|
||||
import Modeler from 'lib/Modeler';
|
||||
|
||||
import modelingModule from 'lib/features/modeling';
|
||||
import coreModule from 'lib/core';
|
||||
|
||||
|
||||
describe('features/modeling - layout', function() {
|
||||
|
||||
describe.skip('overall experience, flow elements', function() {
|
||||
|
||||
var diagramXML = require('./LayoutSequenceFlowSpec.flowElements.bpmn');
|
||||
|
||||
beforeEach(bootstrapModeler(diagramXML, { modules: Modeler.prototype._modules }));
|
||||
|
||||
|
||||
it('should feel awesome', inject(function() { }));
|
||||
|
||||
});
|
||||
|
||||
|
||||
describe('boundary events', function() {
|
||||
|
||||
describe('loops', function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user