2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 00:39:02 +00:00

chore: cleanup console

This commit is contained in:
Joaquín Sánchez Jiménez 2022-06-17 22:13:34 +02:00
parent 107b28bdf1
commit ea7a1aa00d

View File

@ -12,7 +12,6 @@ describe('Testing FileSystemIconLoader', () => {
const result = await FileSystemIconLoader(fixturesDir)(
'circle-xml-preface'
);
console.log(result);
expect(result && result.indexOf('<svg') === 0).toBeTruthy();
});