Merge pull request #27163 from backstage/blam/async-react-bump

deps: bump async-api
This commit is contained in:
Fredrik Adelöw
2024-10-22 12:23:52 +02:00
committed by GitHub
4 changed files with 235 additions and 268 deletions
@@ -54,7 +54,7 @@ components:
expect(getByText(/Account Service/i)).toBeInTheDocument();
expect(getByText(/user\/signedup/i)).toBeInTheDocument();
expect(getAllByText(/UserSignedUp/i)).toHaveLength(4);
expect(getAllByText(/UserSignedUp/i)).toHaveLength(2);
expect(getAllByText(/displayName/i)).toHaveLength(3);
});
});