mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
fix linting issues
This commit is contained in:
@@ -14,6 +14,7 @@ class Dog extends EquatableObject<Dog> {
|
||||
public favouriteToy: { name: string, colour: string };
|
||||
}
|
||||
|
||||
// tslint:disable-next-line:max-classes-per-file
|
||||
class Owner extends EquatableObject<Owner> {
|
||||
@excludeFromEquals
|
||||
favouriteFood: string;
|
||||
@@ -110,4 +111,3 @@ describe('equatable', () => {
|
||||
expect(isEqual).toBe(false);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user