2
0
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:
Vjacheslav Trushkin 2021-06-15 18:48:31 +03:00
parent 4490d02be7
commit 712e620e9a

View File

@ -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(),
});
};