Update useLazyComponents.test.js

This commit is contained in:
Josh 2023-02-08 12:45:05 +00:00
parent 642cb3d34f
commit 1f99ddfed1

View File

@ -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,