backend-common: implement UrlReader.search that does glob matching

This commit is contained in:
Fredrik Adelöw
2021-02-04 15:54:54 +01:00
parent 965e200c61
commit 5a51635197
20 changed files with 696 additions and 47 deletions
@@ -53,6 +53,7 @@ export async function startStandaloneServer(
const mockUrlReader: jest.Mocked<UrlReader> = {
read: jest.fn(),
readTree: jest.fn(),
search: jest.fn(),
};
logger.debug('Creating application...');