mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-19 20:28:06 +00:00
test: only broken test case
This commit is contained in:
parent
345bd7e4a9
commit
e6bd07e53d
@ -595,7 +595,7 @@ describe('Modeler', function() {
|
||||
|
||||
var m1, m2;
|
||||
|
||||
afterEach(function() {
|
||||
false && afterEach(function() {
|
||||
if (m1) {
|
||||
m1.destroy();
|
||||
}
|
||||
@ -606,7 +606,7 @@ describe('Modeler', function() {
|
||||
});
|
||||
|
||||
|
||||
it('should share Clipboard', function() {
|
||||
it.only('should share Clipboard', function() {
|
||||
|
||||
var aXML = require('./Modeler.copy-paste.a.bpmn');
|
||||
var bXML = require('./Modeler.copy-paste.b.bpmn');
|
||||
|
Loading…
x
Reference in New Issue
Block a user