mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-27 00:59:11 +00:00
Fix and bump
This commit is contained in:
parent
484988019d
commit
978e4e0cc9
20835
package-lock.json
generated
20835
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -63,7 +63,7 @@
|
|||||||
"ngx-markdown": "^12.0.1",
|
"ngx-markdown": "^12.0.1",
|
||||||
"protractor": "^7.0.0",
|
"protractor": "^7.0.0",
|
||||||
"rxjs": "^6.5.3",
|
"rxjs": "^6.5.3",
|
||||||
"sartography-workflow-lib": "0.0.602",
|
"sartography-workflow-lib": "0.0.614",
|
||||||
"tslib": "^2.3.0",
|
"tslib": "^2.3.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"zone.js": "~0.11.4"
|
"zone.js": "~0.11.4"
|
||||||
|
@ -412,7 +412,8 @@ describe('WorkflowSpecListComponent', () => {
|
|||||||
task_data: {},
|
task_data: {},
|
||||||
line_number: 12,
|
line_number: 12,
|
||||||
offset: 0,
|
offset: 0,
|
||||||
error_line: 'x != y'
|
error_line: 'x != y',
|
||||||
|
task_trace: []
|
||||||
};
|
};
|
||||||
invalidReq.flush([mockError]);
|
invalidReq.flush([mockError]);
|
||||||
expect(bottomSheetSpy).toHaveBeenCalled();
|
expect(bottomSheetSpy).toHaveBeenCalled();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user