backend-common: Deprecate read in favour of readUrl in UrlReader

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-09-23 08:50:33 +02:00
parent a17735e7ec
commit a7607b5413
20 changed files with 147 additions and 125 deletions
@@ -30,6 +30,7 @@ function mockReader(): jest.Mocked<UrlReader> {
read: jest.fn(),
readTree: jest.fn(),
search: jest.fn(),
readUrl: jest.fn(),
} as jest.Mocked<UrlReader>;
}