@@ -72,7 +72,6 @@ describe('createRouter readonly disabled', () => {
|
||||
beforeEach(async () => {
|
||||
entitiesCatalog = {
|
||||
entities: jest.fn(),
|
||||
|
||||
entitiesBatch: jest.fn(),
|
||||
removeEntityByUid: jest.fn(),
|
||||
entityAncestry: jest.fn(),
|
||||
@@ -1177,7 +1176,6 @@ describe('createRouter readonly and raw json enabled', () => {
|
||||
beforeAll(async () => {
|
||||
entitiesCatalog = {
|
||||
entities: jest.fn(),
|
||||
|
||||
entitiesBatch: jest.fn(),
|
||||
removeEntityByUid: jest.fn(),
|
||||
entityAncestry: jest.fn(),
|
||||
@@ -1394,7 +1392,6 @@ describe('NextRouter permissioning', () => {
|
||||
beforeAll(async () => {
|
||||
entitiesCatalog = {
|
||||
entities: jest.fn(),
|
||||
|
||||
entitiesBatch: jest.fn(),
|
||||
removeEntityByUid: jest.fn(),
|
||||
entityAncestry: jest.fn(),
|
||||
|
||||
Reference in New Issue
Block a user