mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: lint
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import type { Domain } from "@/server/api/services/domain";
|
import type { Domain } from "@/server/api/services/domain";
|
||||||
import { createDomainLabels } from "@/server/utils/docker/domain";
|
import { createDomainLabels } from "@/server/utils/docker/domain";
|
||||||
import { describe, it, expect } from "vitest";
|
import { describe, expect, it } from "vitest";
|
||||||
|
|
||||||
describe("createDomainLabels", () => {
|
describe("createDomainLabels", () => {
|
||||||
const appName = "test-app";
|
const appName = "test-app";
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { addDokployNetworkToRoot } from "@/server/utils/docker/domain";
|
import { addDokployNetworkToRoot } from "@/server/utils/docker/domain";
|
||||||
import { describe, it, expect } from "vitest";
|
import { describe, expect, it } from "vitest";
|
||||||
|
|
||||||
describe("addDokployNetworkToRoot", () => {
|
describe("addDokployNetworkToRoot", () => {
|
||||||
it("should create network object if networks is undefined", () => {
|
it("should create network object if networks is undefined", () => {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { addDokployNetworkToService } from "@/server/utils/docker/domain";
|
import { addDokployNetworkToService } from "@/server/utils/docker/domain";
|
||||||
import { describe, it, expect } from "vitest";
|
import { describe, expect, it } from "vitest";
|
||||||
|
|
||||||
describe("addDokployNetworkToService", () => {
|
describe("addDokployNetworkToService", () => {
|
||||||
it("should add network to an empty array", () => {
|
it("should add network to an empty array", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user