2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-09 23:00:56 +00:00

Fix typo in React tests

This commit is contained in:
Vjacheslav Trushkin 2021-04-28 18:01:30 +03:00
parent 07f2dc5608
commit 95ea0e59a6

View File

@ -6,7 +6,7 @@ export const provider = 'mock-api';
// Set API module for provider
addAPIProvider(provider, {
resources: 'http://localhost',
resources: ['http://localhost'],
});
_api.setAPIModule(provider, mockAPIModule);