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:
parent
07f2dc5608
commit
95ea0e59a6
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user