mirror of
https://github.com/iconify/iconify.git
synced 2025-01-07 15:44:05 +00:00
Fix typo in React tests
This commit is contained in:
parent
07f2dc5608
commit
95ea0e59a6
@ -6,7 +6,7 @@ export const provider = 'mock-api';
|
|||||||
|
|
||||||
// Set API module for provider
|
// Set API module for provider
|
||||||
addAPIProvider(provider, {
|
addAPIProvider(provider, {
|
||||||
resources: 'http://localhost',
|
resources: ['http://localhost'],
|
||||||
});
|
});
|
||||||
_api.setAPIModule(provider, mockAPIModule);
|
_api.setAPIModule(provider, mockAPIModule);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user