mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
intermediate commit
This commit is contained in:
@@ -232,8 +232,11 @@ describe('ConfigResponseParsingService', () => {
|
||||
expect(response.constructor).toBe(ErrorResponse);
|
||||
});
|
||||
|
||||
it('should return a ConfigSuccessResponse with the ConfigDefinitions in data', () => {
|
||||
fit('should return a ConfigSuccessResponse with the ConfigDefinitions in data', () => {
|
||||
const response = service.parse(validRequest, validResponse);
|
||||
debugger;
|
||||
console.log(definitions);
|
||||
console.log((response as any).configDefinition);
|
||||
expect((response as any).configDefinition).toEqual(definitions);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user