We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3203069 commit 4ec4a99Copy full SHA for 4ec4a99
aio/e2e/api.e2e-spec.ts
@@ -28,7 +28,7 @@ describe('Api pages', function() {
28
29
it('should show readonly properties as getters', () => {
30
const page = new ApiPage('api/common/http/HttpRequest');
31
- expect(page.getOverview('class').getText()).toContain('get body: T|null');
+ expect(page.getOverview('class').getText()).toContain('get body: T | null');
32
});
33
34
it('should not show parenthesis for getters', () => {
0 commit comments