Skip to content

Commit

Permalink
test(cli): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslz committed Jan 28, 2024
1 parent d771dc5 commit 7c13103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/generate-proxy-image.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe("Utils - generateProxyImage", () => {
);
});

test("does not exists localhost certs", () => {
test.concurrent("does not exists localhost certs", () => {
generateProxyImage([
{
id: "485b5a34-f0c3-4472-8308-6bcc0a485527",
Expand Down

0 comments on commit 7c13103

Please sign in to comment.