Updated tests to include validateEntity in mocks
Signed-off-by: Taras <tarasm@gmail.com>
This commit is contained in:
@@ -68,6 +68,7 @@ describe('createRouter', () => {
|
||||
refreshEntity: jest.fn(),
|
||||
getEntityAncestors: jest.fn(),
|
||||
getEntityFacets: jest.fn(),
|
||||
validateEntity: jest.fn(),
|
||||
};
|
||||
|
||||
config = new ConfigReader({
|
||||
|
||||
Reference in New Issue
Block a user