fix(transformer): add trailing slash to test output

This commit is contained in:
Emma Indal
2020-07-01 10:01:57 +02:00
parent 45a981ca04
commit b2ff69e2d3
@@ -49,9 +49,9 @@ describe('rewriteDocLinks', () => {
expect(getSample(shadowDom, 'a', 'href', 6)).toEqual([
'http://example.org/',
'http://localhost/example',
'http://localhost/example-docs',
'http://localhost/example-docs/example-page',
'http://localhost/example/',
'http://localhost/example-docs/',
'http://localhost/example-docs/example-page/',
]);
});
});