mirror of
https://github.com/iconify/iconify.git
synced 2025-01-06 07:20:40 +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({
|
||||
prefix,
|
||||
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