mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-23 13:48:23 +00:00
Adds a semicolon
This commit is contained in:
parent
4e256ad17c
commit
9f8cce615d
@ -257,7 +257,7 @@ describe('ModelerComponent', () => {
|
||||
component.workflowSpec = mockWorkflowSpec0;
|
||||
component.diagramFileMeta = mockFileMeta0;
|
||||
|
||||
const newerValue = BPMN_DIAGRAM_EMPTY.replace(/REPLACE_ME/g, 'warm_woolen_mittens')
|
||||
const newerValue = BPMN_DIAGRAM_EMPTY.replace(/REPLACE_ME/g, 'warm_woolen_mittens');
|
||||
component.diagramComponent.writeValue(newerValue);
|
||||
expect(component.diagramComponent.value).toEqual(newerValue);
|
||||
component.saveChanges();
|
||||
|
Loading…
x
Reference in New Issue
Block a user