mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 14:50:56 +00:00
chore: cleanup console
This commit is contained in:
parent
107b28bdf1
commit
ea7a1aa00d
@ -12,7 +12,6 @@ describe('Testing FileSystemIconLoader', () => {
|
|||||||
const result = await FileSystemIconLoader(fixturesDir)(
|
const result = await FileSystemIconLoader(fixturesDir)(
|
||||||
'circle-xml-preface'
|
'circle-xml-preface'
|
||||||
);
|
);
|
||||||
console.log(result);
|
|
||||||
expect(result && result.indexOf('<svg') === 0).toBeTruthy();
|
expect(result && result.indexOf('<svg') === 0).toBeTruthy();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user