mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix eslint warnigs for core project (#7506)
This commit is contained in:
@@ -75,9 +75,9 @@ describe('TranslationService', () => {
|
||||
});
|
||||
|
||||
jasmine.Ajax.requests.mostRecent().respondWith({
|
||||
'status': 200,
|
||||
status: 200,
|
||||
contentType: 'application/json',
|
||||
responseText: JSON.stringify({'TEST': 'This is a test', 'TEST2': 'This is another test'})
|
||||
responseText: JSON.stringify({TEST: 'This is a test', TEST2: 'This is another test'})
|
||||
});
|
||||
});
|
||||
|
||||
@@ -87,9 +87,9 @@ describe('TranslationService', () => {
|
||||
});
|
||||
|
||||
jasmine.Ajax.requests.mostRecent().respondWith({
|
||||
'status': 200,
|
||||
status: 200,
|
||||
contentType: 'application/json',
|
||||
responseText: JSON.stringify({'TEST': 'This is a test', 'TEST2': 'This is another test'})
|
||||
responseText: JSON.stringify({TEST: 'This is a test', TEST2: 'This is another test'})
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user