Skip to content

Commit

Permalink
Update useLazyComponents.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Feb 8, 2023
1 parent 642cb3d commit 1f99ddf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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,
Expand Down

0 comments on commit 1f99ddf

Please sign in to comment.