mirror of
https://github.com/iconify/iconify.git
synced 2025-01-07 15:44:05 +00:00
Test mismatched API provider in API response
This commit is contained in:
parent
4490d02be7
commit
712e620e9a
@ -213,6 +213,8 @@ describe('Testing API loadIcons', () => {
|
|||||||
item.done({
|
item.done({
|
||||||
prefix,
|
prefix,
|
||||||
icons,
|
icons,
|
||||||
|
// Test mismatched provider: should be ignored because provider name is not affected by actual API response
|
||||||
|
provider: nextPrefix(),
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user