Skip to content

Commit

Permalink
cleanup - remove vitest imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vardanbansal-harness committed Feb 28, 2025
1 parent 323d18f commit 1438ef2
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions apps/gitness/src/utils/__tests__/error-utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { describe, expect, it } from 'vitest'

import { getErrorMessage } from '../error-utils'

// Define a custom error type for testing
Expand Down
2 changes: 0 additions & 2 deletions apps/gitness/src/utils/__tests__/execution-utils.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { describe, expect, it } from 'vitest'

import { EnumCiStatus, TypesExecution } from '@harnessio/code-service-client'
import { MeterState } from '@harnessio/ui/components'
import { PipelineExecutionStatus } from '@harnessio/ui/views'
Expand Down
1 change: 0 additions & 1 deletion apps/gitness/src/utils/__tests__/git-utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import langMap from 'lang-map'
import { describe, expect, it, vi } from 'vitest'

import {
decodeGitContent,
Expand Down
2 changes: 0 additions & 2 deletions apps/gitness/src/utils/__tests__/path-utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { describe, expect, it } from 'vitest'

import { splitPathWithParents } from '../path-utils'

describe('splitPathWithParents', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { describe, expect, it } from 'vitest'

import { EnumRuleState, type RepoRuleGetOkResponse } from '@harnessio/code-service-client'
import { BranchRuleId, MergeStrategy, PatternsButtonType, Rule } from '@harnessio/ui/views'

Expand Down
2 changes: 0 additions & 2 deletions packages/ui/src/utils/__tests__/TimeUtils.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { describe, expect, it } from 'vitest'

import { formatDuration, formatTimestamp, getFormattedDuration } from '../TimeUtils'

describe('getFormattedDuration', () => {
Expand Down
2 changes: 0 additions & 2 deletions packages/ui/src/utils/__tests__/stringUtils.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { describe, expect, it } from 'vitest'

import { getInitials } from '../stringUtils'

describe('getInitials', () => {
Expand Down
2 changes: 0 additions & 2 deletions packages/ui/src/utils/__tests__/utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { describe, expect, it } from 'vitest'

import { formatDate } from '../utils'

describe('formatDate', () => {
Expand Down

0 comments on commit 1438ef2

Please sign in to comment.