xxluke

Results 2 comments of xxluke

Workarounds are to add an empty line between the comments ``` // tslint:disable:no-identical-functions // tslint:disable:no-duplicate-string ``` or to disable both rules in one line ``` // tslint:disable:no-identical-functions no-duplicate-string ```

I haven't unfortunally. We're now writing more unit tests instead of Cypress for the coverage.