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:
parent
9c4b4c9d45
commit
2489f478cd
@ -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,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user