mirror of
https://github.com/strapi/strapi.git
synced 2025-09-27 09:25:46 +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();
|
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 {
|
const {
|
||||||
result: initialResult,
|
result: initialResult,
|
||||||
waitFor,
|
waitFor,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user