style(aio): fix docs linting issues (#19702)

These issues appeared after upgrade of eslint jasmine plugin

PR Close #19702
This commit is contained in:
Peter Bacon Darwin
2017-10-25 15:02:01 +01:00
committed by Matias Niemelä
parent e48dc270b5
commit ced5186ca4
5 changed files with 7 additions and 5 deletions

View File

@ -70,6 +70,6 @@ describe('convertToJson processor', () => {
it('should log a warning', () => {
const docs = [{ docType: 'test-doc' }];
processor.$process(docs);
expect(log.warn).toHaveBeenCalled();
expect(log.warn).toHaveBeenCalledWith('Title property expected - doc (test-doc) ');
});
});