From 3c8f32e45b81421a79d1ea90be76d1772b340b09 Mon Sep 17 00:00:00 2001 From: Sebastian Qvarfordt Date: Tue, 30 Jun 2020 13:19:18 +0200 Subject: [PATCH] Updated test descriptions --- .../techdocs/src/reader/transformers/rewriteDocLinks.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/techdocs/src/reader/transformers/rewriteDocLinks.test.ts b/plugins/techdocs/src/reader/transformers/rewriteDocLinks.test.ts index bcc45937b5..83ca846142 100644 --- a/plugins/techdocs/src/reader/transformers/rewriteDocLinks.test.ts +++ b/plugins/techdocs/src/reader/transformers/rewriteDocLinks.test.ts @@ -18,7 +18,7 @@ import { createTestShadowDom, getSample } from '../../test-utils'; import { rewriteDocLinks } from '../transformers'; describe('rewriteDocLinks', () => { - it('contains relative paths', () => { + it('should not do anything', () => { const shadowDom = createTestShadowDom(` Test Test @@ -34,7 +34,7 @@ describe('rewriteDocLinks', () => { ]); }); - it('contains transformed absolute paths', () => { + it('should transform a href with licalhost as baseUrl', () => { const shadowDom = createTestShadowDom( ` Test