Skip to content

Commit

Permalink
fixes tests and typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed May 24, 2024
1 parent c2640cf commit eef1349
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
38 changes: 0 additions & 38 deletions assets/models/Container.spec.ts

This file was deleted.

2 changes: 0 additions & 2 deletions assets/models/Container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { Ref } from "vue";

export type Stat = Omit<ContainerStat, "id">;

const SWARM_ID_REGEX = /(\.[a-z0-9]{25})+$/i;

const hosts = computed(() =>
config.hosts.reduce(
(acc, item) => {
Expand Down

0 comments on commit eef1349

Please sign in to comment.