fix: bump async-api

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-10-16 11:11:12 +02:00
parent a45ace480d
commit 11f57de56d
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);
});
});