From 27706eaae4335b818a56ee12a4378d662b8d5fe4 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:00:49 -0600 Subject: [PATCH] fix: lint --- apps/dokploy/__test__/compose/domain/labels.test.ts | 2 +- apps/dokploy/__test__/compose/domain/network-root.test.ts | 2 +- apps/dokploy/__test__/compose/domain/network-service.test.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/__test__/compose/domain/labels.test.ts b/apps/dokploy/__test__/compose/domain/labels.test.ts index 750be2f4..e2cc7bca 100644 --- a/apps/dokploy/__test__/compose/domain/labels.test.ts +++ b/apps/dokploy/__test__/compose/domain/labels.test.ts @@ -1,6 +1,6 @@ import type { Domain } from "@/server/api/services/domain"; import { createDomainLabels } from "@/server/utils/docker/domain"; -import { describe, it, expect } from "vitest"; +import { describe, expect, it } from "vitest"; describe("createDomainLabels", () => { const appName = "test-app"; diff --git a/apps/dokploy/__test__/compose/domain/network-root.test.ts b/apps/dokploy/__test__/compose/domain/network-root.test.ts index 19a4b192..ca8b1655 100644 --- a/apps/dokploy/__test__/compose/domain/network-root.test.ts +++ b/apps/dokploy/__test__/compose/domain/network-root.test.ts @@ -1,5 +1,5 @@ import { addDokployNetworkToRoot } from "@/server/utils/docker/domain"; -import { describe, it, expect } from "vitest"; +import { describe, expect, it } from "vitest"; describe("addDokployNetworkToRoot", () => { it("should create network object if networks is undefined", () => { diff --git a/apps/dokploy/__test__/compose/domain/network-service.test.ts b/apps/dokploy/__test__/compose/domain/network-service.test.ts index e74f6945..18faf564 100644 --- a/apps/dokploy/__test__/compose/domain/network-service.test.ts +++ b/apps/dokploy/__test__/compose/domain/network-service.test.ts @@ -1,5 +1,5 @@ import { addDokployNetworkToService } from "@/server/utils/docker/domain"; -import { describe, it, expect } from "vitest"; +import { describe, expect, it } from "vitest"; describe("addDokployNetworkToService", () => { it("should add network to an empty array", () => {