mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
ESLint: fix object-curly-spacing
This commit is contained in:
@@ -53,7 +53,7 @@ describe('MetadataValuesComponent', () => {
|
||||
declarations: [MetadataValuesComponent],
|
||||
schemas: [NO_ERRORS_SCHEMA],
|
||||
}).overrideComponent(MetadataValuesComponent, {
|
||||
set: {changeDetection: ChangeDetectionStrategy.Default},
|
||||
set: { changeDetection: ChangeDetectionStrategy.Default },
|
||||
}).compileComponents();
|
||||
}));
|
||||
|
||||
@@ -80,7 +80,7 @@ describe('MetadataValuesComponent', () => {
|
||||
});
|
||||
|
||||
it('should correctly detect a pattern on string containing "test"', () => {
|
||||
const mdValue = {value: 'This is a test value'} as MetadataValue;
|
||||
const mdValue = { value: 'This is a test value' } as MetadataValue;
|
||||
expect(comp.hasLink(mdValue)).toBe(true);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user