Skip to content

Commit

Permalink
optimize imports with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jul 20, 2024
1 parent 814de1a commit 8a7bfc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/lib/features/k8s/daemonsets/store.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024-Present The UDS Authors

//
import type { V1DaemonSet as Resource } from '@kubernetes/client-node'

import {
Expand Down
3 changes: 3 additions & 0 deletions ui/tests/monitor.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024-Present The UDS Authors

import { expect, test } from '@playwright/test'
import * as fs from 'node:fs'

Expand Down
3 changes: 3 additions & 0 deletions ui/tests/navigation.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024-Present The UDS Authors

import { expect, test } from '@playwright/test'

test.describe('Navigation', async () => {
Expand Down

0 comments on commit 8a7bfc7

Please sign in to comment.