Implement fromJSON, export, toJSON, toString serialization for FlowGraph
This commit is contained in:
@@ -303,10 +303,6 @@ describe("FlowGraph static stubs", () => {
|
||||
it("fromCallEvents throws not implemented", () => {
|
||||
expect(() => FlowGraph.fromCallEvents([])).toThrow("not implemented");
|
||||
});
|
||||
|
||||
it("fromJSON throws not implemented", () => {
|
||||
expect(() => FlowGraph.fromJSON({})).toThrow("not implemented");
|
||||
});
|
||||
});
|
||||
|
||||
describe("FlowGraph.addOperation", () => {
|
||||
|
||||
Reference in New Issue
Block a user