1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: remove console.log from test

This commit is contained in:
Ivar Conradi Østhus 2022-05-10 09:20:25 +02:00
parent 9c4b4c9d45
commit 2489f478cd
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -80,7 +80,6 @@ test('rewriteHTML swaps out faviconPath if cdnPrefix is set', () => {
test('rewriteHTML sets favicon path to root', () => {
const result = rewriteHTML(input, '');
console.log(result);
expect(result.includes('<link rel="icon" href="/favicon.ico" />')).toBe(
true,
);