mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +00:00
Update useLazyComponents.test.js
This commit is contained in:
parent
642cb3d34f
commit
1f99ddfed1
@ -94,7 +94,7 @@ describe('useLazyComponents', () => {
|
||||
expect(actualResult.current.lazyComponentStore['plugin::test.color']).toBeDefined();
|
||||
});
|
||||
|
||||
test('if the argument for component uids change and it contains new ones, these should be added to store', async () => {
|
||||
test('if the argument for component uids change and it contains new ones, these should be added to the store', async () => {
|
||||
const {
|
||||
result: initialResult,
|
||||
waitFor,
|
||||
|
Loading…
x
Reference in New Issue
Block a user