Add remove in mockedD3

This commit is contained in:
Sidharth Vinod
2023-06-04 12:35:50 +05:30
parent 509798c03d
commit 3e92b463d9

View File

@@ -133,6 +133,7 @@ export class MockedD3 {
// --------------------------------------------------------------------------------
// The following functions are here for completeness. They simply return a vi.fn()
remove = vi.fn();
insertBefore = vi.fn();
curveBasis = vi.fn();
curveBasisClosed = vi.fn();