CEC-2579 Add ability to edit manifest (#226)
This commit is contained in:
@@ -75,4 +75,5 @@ export const useManifestsContext = () => ({
|
||||
getManifest: jest.fn(() => manifest),
|
||||
getManifests: jest.fn(() => manifests),
|
||||
deleteManifest: jest.fn(),
|
||||
updateManifest: jest.fn(() => manifest),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user